mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-11 08:54:23 +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 {
|
.thumbnails {
|
||||||
margin-left: -20px;
|
margin-left: -@gridGutterWidth;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
.clearfix();
|
.clearfix();
|
||||||
}
|
}
|
||||||
.thumbnails > li {
|
.thumbnails > li {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 0 @baseLineHeight 20px;
|
margin: 0 0 @baseLineHeight @gridGutterWidth;
|
||||||
}
|
}
|
||||||
.thumbnail {
|
.thumbnail {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user