Updating Bootstrap to v2.0.1
This commit is contained in:
4
css/less/thumbnails.less
Executable file → Normal file
4
css/less/thumbnails.less
Executable file → Normal 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;
|
||||
|
||||
Reference in New Issue
Block a user