mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
manual patch of #1449 to make thumbnails use grid vars
This commit is contained in:
parent
4ed1b13719
commit
1a97cce19b
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…
x
Reference in New Issue
Block a user