[FIX] CSS bug
authorFabien Pinckaers <fp@tinyerp.com>
Tue, 14 Jan 2014 23:20:46 +0000 (00:20 +0100)
committerFabien Pinckaers <fp@tinyerp.com>
Tue, 14 Jan 2014 23:20:46 +0000 (00:20 +0100)
bzr revid: fp@tinyerp.com-20140114232046-56x0o2jnq93pi0wc

addons/website/static/src/css/website.css
addons/website/static/src/css/website.sass

index 0ccf9eb..65b322b 100644 (file)
@@ -99,7 +99,7 @@ h1.text-muted, h2.text-muted, h3.text-muted {
 .navbar.navbar-static-top {
   margin-bottom: 0;
 }
-.navbar.navbar-static-top ul.nav li.divider {
+.navbar.navbar-static-top ul.nav > li.divider {
   margin-top: 15px;
   padding-top: 20px;
   border-right: 1px solid grey;
index f4023c5..7422a90 100644 (file)
@@ -66,7 +66,7 @@ h1.text-muted, h2.text-muted, h3.text-muted
 .navbar.navbar-static-top
     margin-bottom: 0
     ul.nav
-        li.divider
+        > li.divider
             margin-top: 15px
             padding-top: 20px
             border-right: 1px solid grey