2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

fix #2296: allow fluid thumbnails

This commit is contained in:
Mark Otto
2012-04-01 01:05:00 -07:00
parent fe05f9aeb2
commit 647f1c98ed
6 changed files with 35 additions and 1 deletions
+4
View File
@@ -7,6 +7,10 @@
list-style: none;
.clearfix();
}
// Fluid rows have no left margin
.row-fluid .thumbnails {
margin-left: 0;
}
// Float li to make thumbnails appear in a row
.thumbnails > li {