[IMP] Small bootstrap fix for nested containers

bzr revid: fp@tinyerp.com-20140116083653-z3hk2w8ol6xrvgln
This commit is contained in:
Fabien Pinckaers 2014-01-16 09:36:53 +01:00
parent 78b4f8fe8f
commit 8bfed06459
2 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,3 @@
@charset "utf-8";
/* THIS CSS FILE IS FOR WEBSITE THEMING CUSTOMIZATION ONLY
*
* css for editor buttons, openerp widget included in the website and other
@ -96,6 +95,12 @@ h1.text-muted, h2.text-muted, h3.text-muted {
margin-top: 10px;
}
/* ----- BOOTSTRAP FIX ----- */
.container .container {
padding-left: 0;
padding-right: 0;
}
/* ----- BOOTSTRAP HACK FOR HEADER NAV BAR ----- */
.navbar.navbar-static-top {
margin-bottom: 0;

View File

@ -61,6 +61,13 @@ img.shadow
h1.text-muted, h2.text-muted, h3.text-muted
margin-top: 10px
/* ----- BOOTSTRAP FIX ----- */
.container
.container
padding-left: 0
padding-right: 0
/* ----- BOOTSTRAP HACK FOR HEADER NAV BAR ----- */
.navbar.navbar-static-top