[IMP] margin 0 on navbar for jumbotron and banner, better than relative -20px

bzr revid: fp@tinyerp.com-20130919150526-1d3gaw4l07e3o96w
This commit is contained in:
Fabien Pinckaers 2013-09-19 17:05:26 +02:00
parent 2ae6cacf45
commit dd774d7af2
2 changed files with 4 additions and 7 deletions

View File

@ -186,9 +186,8 @@ h1.text-muted, h2.text-muted, h3.text-muted {
}
/* ----- BOOTSTRAP HACK FOR HEADER NAV BAR ----- */
div#wrap > .carousel:first-child, div#wrap > .jumbotron:first-child {
top: -20px;
position: relative;
.navbar.navbar-default.navbar-static-top {
margin-bottom: 0;
}
/* ----- BOOTSTRAP HACK FOR STICKY FOOTER ----- */

View File

@ -118,10 +118,8 @@ h1.text-muted, h2.text-muted, h3.text-muted
/* ----- BOOTSTRAP HACK FOR HEADER NAV BAR ----- */
div#wrap
> .carousel:first-child, > .jumbotron:first-child
top: -20px
position: relative
.navbar.navbar-default.navbar-static-top
margin-bottom: 0
/* ----- BOOTSTRAP HACK FOR STICKY FOOTER ----- */