From 2d40b07afc62ce9d899a290ab33222fd18287190 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Jan 2012 08:15:28 -0800 Subject: adding warning (orange) button, fix responsive navbar problem --- docs/assets/css/bootstrap-responsive.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (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 8d2743709..8fe389563 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -195,11 +195,11 @@ .row-fluid:after { clear: both; } - .row-fluid [class*="span"] { + .row-fluid > [class*="span"] { float: left; margin-left: 2.762430939%; } - .row-fluid [class*="span"]:first-child { + .row-fluid > [class*="span"]:first-child { margin-left: 0; } .row-fluid .span1 { @@ -288,6 +288,7 @@ background-image: none; } .navbar .container { + width: auto; padding: 0; } .navbar .brand { @@ -476,11 +477,11 @@ .row-fluid:after { clear: both; } - .row-fluid [class*="span"] { + .row-fluid > [class*="span"] { float: left; margin-left: 2.564102564%; } - .row-fluid [class*="span"]:first-child { + .row-fluid > [class*="span"]:first-child { margin-left: 0; } .row-fluid .span1 { -- cgit v1.2.3