From 738fac18de63275fbac8e1f81d60121eff557fd3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 5 Mar 2012 23:50:03 -0800 Subject: move padding from container to body for max-width: 767; responsive layout --- docs/assets/css/bootstrap-responsive.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/assets/css/bootstrap-responsive.css') diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index c327f7f07..f087b7373 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -141,9 +141,16 @@ } } @media (max-width: 767px) { + body { + padding-left: 20px; + padding-right: 20px; + } + .navbar-fixed-top { + margin-left: -20px; + margin-right: -20px; + } .container { width: auto; - padding: 0 20px; } .row-fluid { width: 100%; -- cgit v1.2.3