1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 17:32:41 +02:00

fix left margin on .thumbnails for responsive <767

This commit is contained in:
Mark Otto
2012-04-07 14:31:55 -07:00
parent 10ff5f16a6
commit 798363eda7
3 changed files with 7 additions and 5 deletions

Binary file not shown.

View File

@@ -154,7 +154,8 @@
.row-fluid {
width: 100%;
}
.row {
.row,
.thumbnails {
margin-left: 0;
}
[class*="span"],
@@ -162,7 +163,7 @@
float: none;
display: block;
width: auto;
margin: 0;
margin-left: 0;
}
input[class*="span"],
select[class*="span"],