[IMP] Banner stick to top menu, but not others elements
authorFabien Pinckaers <fp@openerp.com>
Tue, 17 Sep 2013 20:13:05 +0000 (22:13 +0200)
committerFabien Pinckaers <fp@openerp.com>
Tue, 17 Sep 2013 20:13:05 +0000 (22:13 +0200)
bzr revid: fp@openerp.com-20130917201305-zx6jqht4wu9eb8p6

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

index bdf801e..066ad54 100644 (file)
@@ -186,8 +186,8 @@ h1.text-muted, h2.text-muted, h3.text-muted {
 }
 
 /* ----- BOOTSTRAP HACK FOR HEADER NAV BAR ----- */
-.navbar.navbar-default.navbar-static-top {
-  margin-bottom: 0;
+div#wrap > .carousel:first-child, div#wrap > .jumbotron:first-child {
+  top: -20px;
 }
 
 /* ----- BOOTSTRAP HACK FOR STICKY FOOTER ----- */
index 095c185..38d2ae2 100644 (file)
@@ -118,8 +118,9 @@ h1.text-muted, h2.text-muted, h3.text-muted
 
 /* ----- BOOTSTRAP HACK FOR HEADER NAV BAR ----- */
 
-.navbar.navbar-default.navbar-static-top
-    margin-bottom: 0
+div#wrap
+    > .carousel:first-child, > .jumbotron:first-child
+        top: -20px
 
 /* ----- BOOTSTRAP HACK FOR STICKY FOOTER ----- */