mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 09:10:24 +00:00
manual patch of #1449 to make thumbnails use grid vars
This commit is contained in:
parent
4ed1b13719
commit
1a97cce19b
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue