mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
remove references to row fluid elsewhere
This commit is contained in:
+2
-10
@@ -486,9 +486,6 @@
|
|||||||
.container {
|
.container {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
.row-fluid {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.row,
|
.row,
|
||||||
.thumbnails {
|
.thumbnails {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
@@ -498,8 +495,7 @@
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
[class*="span"],
|
[class*="span"],
|
||||||
.uneditable-input[class*="span"],
|
.uneditable-input[class*="span"] {
|
||||||
.row-fluid [class*="span"] {
|
|
||||||
display: block;
|
display: block;
|
||||||
float: none;
|
float: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -508,16 +504,12 @@
|
|||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.span12,
|
.span12 {
|
||||||
.row-fluid .span12 {
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.row-fluid [class*="offset"]:first-child {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
.input-large,
|
.input-large,
|
||||||
.input-xlarge,
|
.input-xlarge,
|
||||||
.input-xxlarge,
|
.input-xxlarge,
|
||||||
|
|||||||
@@ -43,10 +43,6 @@
|
|||||||
.container {
|
.container {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
// Fluid rows
|
|
||||||
.row-fluid {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
// Undo negative margin on rows and thumbnails
|
// Undo negative margin on rows and thumbnails
|
||||||
.row,
|
.row,
|
||||||
.thumbnails {
|
.thumbnails {
|
||||||
@@ -58,22 +54,19 @@
|
|||||||
}
|
}
|
||||||
// Make all grid-sized elements block level again
|
// Make all grid-sized elements block level again
|
||||||
[class*="span"],
|
[class*="span"],
|
||||||
.uneditable-input[class*="span"], // Makes uneditable inputs full-width when using grid sizing
|
// Makes uneditable inputs full-width when using grid sizing
|
||||||
.row-fluid [class*="span"] {
|
.uneditable-input[class*="span"] {
|
||||||
float: none;
|
float: none;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
.box-sizing(border-box);
|
.box-sizing(border-box);
|
||||||
}
|
}
|
||||||
.span12,
|
.span12 {
|
||||||
.row-fluid .span12 {
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
.box-sizing(border-box);
|
.box-sizing(border-box);
|
||||||
}
|
}
|
||||||
.row-fluid [class*="offset"]:first-child {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
// FORM FIELDS
|
// FORM FIELDS
|
||||||
// -----------
|
// -----------
|
||||||
|
|||||||
Reference in New Issue
Block a user