2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

thumbnails cleanup: no more UL or LI elements needed, instead just use standard grid markup

This commit is contained in:
Mark Otto
2012-09-25 22:40:48 -07:00
parent 08eea302ef
commit f12946be5a
15 changed files with 138 additions and 314 deletions
-26
View File
@@ -5173,32 +5173,6 @@ input[type="submit"].btn::-moz-focus-inner {
border-width: 11px 0 11px 11px;
}
.thumbnails {
margin-left: -20px;
list-style: none;
}
.thumbnails:before,
.thumbnails:after {
display: table;
line-height: 0;
content: "";
}
.thumbnails:after {
clear: both;
}
.row-fluid .thumbnails {
margin-left: 0;
}
.thumbnails > li {
float: left;
margin-bottom: 20px;
margin-left: 20px;
}
.thumbnail {
display: block;
padding: 4px;