Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-01-30 20:15:28 +0400
committerMark Otto <markdotto@gmail.com>2012-01-30 20:15:28 +0400
commit2d40b07afc62ce9d899a290ab33222fd18287190 (patch)
tree350c8853d5ee38cd16c3b6de55f380e58a92e192 /docs/assets/css/bootstrap-responsive.css
parenta29dee44aca68585b04ef5156dd4f0a50ae70db0 (diff)
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.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index 8d27437090..8fe389563a 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 {