aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-25 22:18:34 -0700
committerMark Otto <[email protected]>2012-09-25 22:18:34 -0700
commit151ed38cdcd938d4495482fb848736ee7b885c64 (patch)
tree26f8604c404b59b585796607cd37044131146b6f /docs
parent9e97098802d969d338fdb6c553cf6cee903c8663 (diff)
downloadbootstrap-151ed38cdcd938d4495482fb848736ee7b885c64.tar.xz
bootstrap-151ed38cdcd938d4495482fb848736ee7b885c64.zip
remove references to row fluid elsewhere
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap-responsive.css12
1 files changed, 2 insertions, 10 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index 800c17560..3a1e9e697 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -486,9 +486,6 @@
.container {
width: auto;
}
- .row-fluid {
- width: 100%;
- }
.row,
.thumbnails {
margin-left: 0;
@@ -498,8 +495,7 @@
margin-left: 0;
}
[class*="span"],
- .uneditable-input[class*="span"],
- .row-fluid [class*="span"] {
+ .uneditable-input[class*="span"] {
display: block;
float: none;
width: 100%;
@@ -508,16 +504,12 @@
-moz-box-sizing: border-box;
box-sizing: border-box;
}
- .span12,
- .row-fluid .span12 {
+ .span12 {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
- .row-fluid [class*="offset"]:first-child {
- margin-left: 0;
- }
.input-large,
.input-xlarge,
.input-xxlarge,