Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-08-15 01:32:10 +0400
committerMark Otto <markotto@twitter.com>2012-08-15 01:32:10 +0400
commit662fface3b73917b8424ad87995dee62f5e3053a (patch)
treec018e84ce539904144e958fe6bf4670d6154f7d7
parent0b0d7f104c08307e0a6f275ccaa60db580d6f728 (diff)
parent75e5279e015c20e54308f9b8e8cd346ffc63ed4e (diff)
Merge branch '2.1.0-wip' of github.com:twitter/bootstrap into 2.1.0-wip
-rw-r--r--less/thumbnails.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/thumbnails.less b/less/thumbnails.less
index f229a2dada..99b09dd86b 100644
--- a/less/thumbnails.less
+++ b/less/thumbnails.less
@@ -27,7 +27,7 @@
.thumbnail {
display: block;
padding: 4px;
- line-height: 20px;
+ line-height: @baseLineHeight;
border: 1px solid #ddd;
.border-radius(4px);
.box-shadow(0 1px 3px rgba(0,0,0,.055));