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

fix #2572: streamline thumbnails css to allow for offsets

This commit is contained in:
Mark Otto
2012-04-01 00:59:34 -07:00
parent 33fa705c7f
commit fe05f9aeb2
7 changed files with 56 additions and 21 deletions

Binary file not shown.

View File

@@ -164,9 +164,6 @@
width: auto;
margin: 0;
}
.thumbnails [class*="span"] {
width: auto;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
@@ -597,9 +594,6 @@
.thumbnails {
margin-left: -30px;
}
.thumbnails > li {
margin-left: 30px;
}
}
@media (max-width: 979px) {
body {

View File

@@ -3627,8 +3627,7 @@ input[type="submit"].btn.btn-mini {
clear: both;
}
.thumbnails > li {
float: left;
margin: 0 0 18px 20px;
margin-bottom: 18px;
}
.thumbnail {
display: block;