[IMP] clean alignment of jumbotron
authorFabien Pinckaers <fp@openerp.com>
Sat, 14 Sep 2013 22:19:32 +0000 (00:19 +0200)
committerFabien Pinckaers <fp@openerp.com>
Sat, 14 Sep 2013 22:19:32 +0000 (00:19 +0200)
bzr revid: fp@openerp.com-20130914221932-i6zuhil35cn92e3h

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

index 362912b..0d1f570 100644 (file)
@@ -144,7 +144,7 @@ footer {
   padding-left: 16px;
 }
 
-div#wrap .carousel:first-child {
+div#wrap .carousel:first-child, div#wrap .jumbotron:first-child {
   top: -20px;
 }
 
index 3b4b472..577b597 100644 (file)
@@ -111,7 +111,7 @@ footer
     padding-left: 16px
 
 div#wrap
-    .carousel:first-child
+    .carousel:first-child, .jumbotron:first-child
         top: -20px
 
 /* -- Hack for removing double scrollbar from mobile preview -- */