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 2007/04/26 13:05:42 UTC

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

Author: andreas
Date: Thu Apr 26 04:05:41 2007
New Revision: 532702

URL: http://svn.apache.org/viewvc?view=rev&rev=532702
Log:
Moved font family declaration to body element. This looks better with Kupu.

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

Modified: lenya/trunk/src/pubs/default/resources/shared/css/page.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/resources/shared/css/page.xml?view=diff&rev=532702&r1=532701&r2=532702
==============================================================================
--- lenya/trunk/src/pubs/default/resources/shared/css/page.xml (original)
+++ lenya/trunk/src/pubs/default/resources/shared/css/page.xml Thu Apr 26 04:05:41 2007
@@ -284,11 +284,14 @@
 
 /* body */
 
+body {
+    font-family: Verdana, Arial, Sans-serif;
+}
+
 #body {
     border: none;
     padding: 1em;
     margin-left: 10px;
-    font-family: Verdana, Arial, Sans-serif;
 }
 
 #footer {
@@ -296,7 +299,6 @@
     border-top: 1px solid #BBBB99;
     padding: 0em 1em;
     margin-left: 10px;
-    font-family: Verdana, Arial, Sans-serif;
     font-style: italic;
     color: Maroon;
 }



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