[freenet-cvs] r19695 - trunk/website

NEOatNHNG at freenetproject.org NEOatNHNG at freenetproject.org
Sat May 3 11:50:20 UTC 2008


Author: NEOatNHNG
Date: 2008-05-03 11:50:20 +0000 (Sat, 03 May 2008)
New Revision: 19695

Modified:
   trunk/website/style.css
Log:
Fix menu bug. Thanks to Loki

Modified: trunk/website/style.css
===================================================================
--- trunk/website/style.css	2008-05-03 11:48:01 UTC (rev 19694)
+++ trunk/website/style.css	2008-05-03 11:50:20 UTC (rev 19695)
@@ -56,7 +56,10 @@
 
 }
 
-div#footer { text-align: center; }
+div#footer {
+	text-align: center;
+	clear: both;
+}
 
 div#content li { list-style-type: square; }
 




More information about the cvs mailing list