Author: nextgens
Date: 2008-06-04 08:37:33 +0000 (Wed, 04 Jun 2008)
New Revision: 20191

Modified:
   trunk/website/style.css
Log:
website: revert r19832 and add a comment so that it looks better in IE

Modified: trunk/website/style.css
===================================================================
--- trunk/website/style.css     2008-06-04 08:30:28 UTC (rev 20190)
+++ trunk/website/style.css     2008-06-04 08:37:33 UTC (rev 20191)
@@ -5,7 +5,8 @@
 div#menu {
        font-family: Sans-serif, Arial, "Times New Roman", Georgia, Times, 
serif; 
        float:left;
-       /* width: 150px; */
+       /* fixed width is needed for IE: see 
http://archives.freenetproject.org/message/20080604.081350.896d3fc2.en.html */
+       width: 150px;
        font-style: normal;
        font-weight: normal;
        text-align: left;


Reply via email to