Author: NEOatNHNG
Date: 2008-05-01 22:28:06 +0000 (Thu, 01 May 2008)
New Revision: 19666
Modified:
trunk/website/style.css
Log:
Fix homepage layout for little windows
Modified: trunk/website/style.css
===================================================================
--- trunk/website/style.css 2008-05-01 22:05:10 UTC (rev 19665)
+++ trunk/website/style.css 2008-05-01 22:28:06 UTC (rev 19666)
@@ -31,7 +31,8 @@
font-size: 14px;
font-weight: normal;
color: #000000;
- width: 600px;
+ /* width: 600px; */
+ max-width: 600px;
float: left;
}
@@ -78,7 +79,7 @@
div#menu a:hover {background-color:#eee;}
.menu {
- width: 155px;
+ /* width: 155px; */
font-size: 16px;
list-style-type: none;
list-style-position: inside;