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
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-08-28 02:12:22 +0400
committerMark Otto <markotto@twitter.com>2012-08-28 02:12:22 +0400
commit85dcbd0b345378046ae99f6001df1222a75046b2 (patch)
tree331837a43d56238fbf16c905b09472c1ced3a4dd /docs
parentcf9334bd7d2017581300959ef3099bdd2db2182f (diff)
add min-height: 1px; to .span* classes to prevent grid columns from collapsing
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap-responsive.css2
-rw-r--r--docs/assets/css/bootstrap.css1
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index 1c454de0f9..fcc4967600 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -107,6 +107,7 @@
}
[class*="span"] {
float: left;
+ min-height: 1px;
margin-left: 30px;
}
.container,
@@ -453,6 +454,7 @@
}
[class*="span"] {
float: left;
+ min-height: 1px;
margin-left: 20px;
}
.container,
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 5595e24448..ce6d27a56b 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -215,6 +215,7 @@ a:hover {
[class*="span"] {
float: left;
+ min-height: 1px;
margin-left: 20px;
}