fix nav-float bug with nested lists
authorTero Marttila <terom@fixme.fi>
Sat, 07 Feb 2009 03:00:11 +0200
changeset 18 0e701fbd6760
parent 17 b538e1f7011c
child 19 9c9643047a10
fix nav-float bug with nested lists
static/style.css
--- a/static/style.css	Sat Feb 07 02:51:36 2009 +0200
+++ b/static/style.css	Sat Feb 07 03:00:11 2009 +0200
@@ -50,8 +50,12 @@
 /*
  * Main navigation menu
  */
+#nav { 
+    float: left;
+
+}
+
 #nav ul {
-    float: left;
     margin: 0px;
     padding: 0px;