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 2008/02/27 12:16:47 UTC

svn commit: r631557 - /lenya/sandbox/modules/docustyle/resources/css/page.css

Author: andreas
Date: Wed Feb 27 03:16:40 2008
New Revision: 631557

URL: http://svn.apache.org/viewvc?rev=631557&view=rev
Log:
Use pixel-based margin for menu.

Modified:
    lenya/sandbox/modules/docustyle/resources/css/page.css

Modified: lenya/sandbox/modules/docustyle/resources/css/page.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/docustyle/resources/css/page.css?rev=631557&r1=631556&r2=631557&view=diff
==============================================================================
--- lenya/sandbox/modules/docustyle/resources/css/page.css (original)
+++ lenya/sandbox/modules/docustyle/resources/css/page.css Wed Feb 27 03:16:40 2008
@@ -104,9 +104,9 @@
 
 #menu {
   float: left;
-  width: 180px;
+  width: 170px;
   list-style-type: none;
-  padding: 3em 1em .5em 20px;
+  padding: 3em 10px .5em 20px;
   margin: 0;
   font-size: 10pt;
 }



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