aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-06 23:39:22 -0800
committerMark Otto <[email protected]>2012-02-06 23:39:22 -0800
commit1a97cce19bf4e4be082d8724a30b3c1425c660b4 (patch)
tree41e9d550a0f53685ac08e951cf5c52f58847189c
parent4ed1b13719083fb9bb7ab7273cc9bf84482992cc (diff)
downloadbootstrap-1a97cce19bf4e4be082d8724a30b3c1425c660b4.tar.xz
bootstrap-1a97cce19bf4e4be082d8724a30b3c1425c660b4.zip
manual patch of #1449 to make thumbnails use grid vars
-rw-r--r--docs/assets/bootstrap.zipbin52563 -> 52563 bytes
-rw-r--r--less/thumbnails.less4
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 04562df6f..0776a6085 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/less/thumbnails.less b/less/thumbnails.less
index 541fbd6a7..3a12d4e50 100644
--- a/less/thumbnails.less
+++ b/less/thumbnails.less
@@ -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;