diff options
| author | Mark Otto <[email protected]> | 2012-01-30 08:15:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-30 08:15:28 -0800 |
| commit | 2d40b07afc62ce9d899a290ab33222fd18287190 (patch) | |
| tree | 350c8853d5ee38cd16c3b6de55f380e58a92e192 /docs/assets/css/bootstrap-responsive.css | |
| parent | a29dee44aca68585b04ef5156dd4f0a50ae70db0 (diff) | |
| download | bootstrap-2d40b07afc62ce9d899a290ab33222fd18287190.tar.xz bootstrap-2d40b07afc62ce9d899a290ab33222fd18287190.zip | |
adding warning (orange) button, fix responsive navbar problem
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 9 |
1 files changed, 5 insertions, 4 deletions
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 { |
