aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-12-21 19:31:01 -0600
committerMark Otto <[email protected]>2011-12-21 19:31:01 -0600
commit369cedd87c4447241ce2a73ed6c8414a4cd8bdf8 (patch)
treeb4393d9c84c44283356477c493254eb866d62870 /bootstrap.css
parent9fb380151d477f1741b7609ade7a9e7fd5450b2c (diff)
downloadbootstrap-369cedd87c4447241ce2a73ed6c8414a4cd8bdf8.tar.xz
bootstrap-369cedd87c4447241ce2a73ed6c8414a4cd8bdf8.zip
update comment on select bg bug and confirmed it was fixed, scoped responsive .span* to .row
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 354f534b2..fbd909de3 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Wed Dec 21 18:38:56 CST 2011
+ * Date: Wed Dec 21 19:30:30 CST 2011
*/
html, body {
margin: 0;
@@ -2695,7 +2695,7 @@ a.thumbnail:hover {
.row {
margin-left: 0;
}
- [class*="span"] {
+ .row > [class*="span"] {
float: none;
display: block;
width: auto;