[IMP] Small bootstrap fix for nested containers
authorFabien Pinckaers <fp@tinyerp.com>
Thu, 16 Jan 2014 08:36:53 +0000 (09:36 +0100)
committerFabien Pinckaers <fp@tinyerp.com>
Thu, 16 Jan 2014 08:36:53 +0000 (09:36 +0100)
bzr revid: fp@tinyerp.com-20140116083653-z3hk2w8ol6xrvgln

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

index 095f9be..f14a193 100644 (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;
index 5625762..69a50c0 100644 (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