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:
authorJacob Thornton <jacobthornton@gmail.com>2012-03-05 02:21:54 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-03-05 02:21:54 +0400
commit3524aa909cd0cef16c9d244bd21da0dfd7b48cf9 (patch)
tree23cf04c5b848c8a5387b2e919fa0f7f474088036 /docs/assets/css/bootstrap.css
parent2f598e35a0954532388960c5cf0e2855a076d48c (diff)
make sure to pass child var through
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css88
1 files changed, 44 insertions, 44 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index c79e20edc0..20ec7f609b 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -242,37 +242,37 @@ a:hover {
.row-fluid > .span12 {
width: 99.99999998999999%;
}
-.row-fluid .span11 {
+.row-fluid > .span11 {
width: 91.489361693%;
}
-.row-fluid .span10 {
+.row-fluid > .span10 {
width: 82.97872339599999%;
}
-.row-fluid .span9 {
+.row-fluid > .span9 {
width: 74.468085099%;
}
-.row-fluid .span8 {
+.row-fluid > .span8 {
width: 65.95744680199999%;
}
-.row-fluid .span7 {
+.row-fluid > .span7 {
width: 57.446808505%;
}
-.row-fluid .span6 {
+.row-fluid > .span6 {
width: 48.93617020799999%;
}
-.row-fluid .span5 {
+.row-fluid > .span5 {
width: 40.425531911%;
}
-.row-fluid .span4 {
+.row-fluid > .span4 {
width: 31.914893614%;
}
-.row-fluid .span3 {
+.row-fluid > .span3 {
width: 23.404255317%;
}
-.row-fluid .span2 {
+.row-fluid > .span2 {
width: 14.89361702%;
}
-.row-fluid .span1 {
+.row-fluid > .span1 {
width: 6.382978723%;
}
.container {
@@ -772,59 +772,59 @@ textarea > .span12,
.uneditable-input > .span12 {
width: 930px;
}
-input .span11,
-textarea .span11,
-.uneditable-input .span11 {
+input > .span11,
+textarea > .span11,
+.uneditable-input > .span11 {
width: 850px;
}
-input .span10,
-textarea .span10,
-.uneditable-input .span10 {
+input > .span10,
+textarea > .span10,
+.uneditable-input > .span10 {
width: 770px;
}
-input .span9,
-textarea .span9,
-.uneditable-input .span9 {
+input > .span9,
+textarea > .span9,
+.uneditable-input > .span9 {
width: 690px;
}
-input .span8,
-textarea .span8,
-.uneditable-input .span8 {
+input > .span8,
+textarea > .span8,
+.uneditable-input > .span8 {
width: 610px;
}
-input .span7,
-textarea .span7,
-.uneditable-input .span7 {
+input > .span7,
+textarea > .span7,
+.uneditable-input > .span7 {
width: 530px;
}
-input .span6,
-textarea .span6,
-.uneditable-input .span6 {
+input > .span6,
+textarea > .span6,
+.uneditable-input > .span6 {
width: 450px;
}
-input .span5,
-textarea .span5,
-.uneditable-input .span5 {
+input > .span5,
+textarea > .span5,
+.uneditable-input > .span5 {
width: 370px;
}
-input .span4,
-textarea .span4,
-.uneditable-input .span4 {
+input > .span4,
+textarea > .span4,
+.uneditable-input > .span4 {
width: 290px;
}
-input .span3,
-textarea .span3,
-.uneditable-input .span3 {
+input > .span3,
+textarea > .span3,
+.uneditable-input > .span3 {
width: 210px;
}
-input .span2,
-textarea .span2,
-.uneditable-input .span2 {
+input > .span2,
+textarea > .span2,
+.uneditable-input > .span2 {
width: 130px;
}
-input .span1,
-textarea .span1,
-.uneditable-input .span1 {
+input > .span1,
+textarea > .span1,
+.uneditable-input > .span1 {
width: 50px;
}
input[disabled],