2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

update comment on select bg bug and confirmed it was fixed, scoped responsive .span* to .row

This commit is contained in:
Mark Otto
2011-12-21 19:31:01 -06:00
parent 9fb380151d
commit 369cedd87c
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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;