You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/06/14 00:13:17 UTC

svn commit: r413991 - /lenya/trunk/src/pubs/default/resources/shared/css/page.css

Author: andreas
Date: Tue Jun 13 15:13:17 2006
New Revision: 413991

URL: http://svn.apache.org/viewvc?rev=413991&view=rev
Log:
Default publication CSS: added footer support, set small font for <td>

Modified:
    lenya/trunk/src/pubs/default/resources/shared/css/page.css

Modified: lenya/trunk/src/pubs/default/resources/shared/css/page.css
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/resources/shared/css/page.css?rev=413991&r1=413990&r2=413991&view=diff
==============================================================================
--- lenya/trunk/src/pubs/default/resources/shared/css/page.css (original)
+++ lenya/trunk/src/pubs/default/resources/shared/css/page.css Tue Jun 13 15:13:17 2006
@@ -180,6 +180,16 @@
     font-family: Verdana, Arial, Sans-serif;
 }
 
+#footer {
+    border: none;
+    border-top: 1px solid #BBBB99;
+    padding: 0em 1em;
+    margin-left: 10px;
+    font-family: Verdana, Arial, Sans-serif;
+    font-style: italic;
+    color: Maroon;
+}
+
 #main {
 /*
     float: left;
@@ -202,6 +212,10 @@
     border-color: #909090;
 */
     width: auto;
+}
+
+div#body td {
+    font-size: small;
 }
 
 td.simple {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org