Updating Bootstrap to v2.0.1

This commit is contained in:
Corey Wagehoft
2012-02-22 14:49:40 -06:00
parent 5deda8f875
commit 75d260854b
38 changed files with 614 additions and 368 deletions

4
css/less/thumbnails.less Executable file → Normal file
View File

@@ -2,13 +2,13 @@
// ----------
.thumbnails {
margin-left: -20px;
margin-left: -@gridGutterWidth;
list-style: none;
.clearfix();
}
.thumbnails > li {
float: left;
margin: 0 0 @baseLineHeight 20px;
margin: 0 0 @baseLineHeight @gridGutterWidth;
}
.thumbnail {
display: block;