diff options
| author | Mark Otto <[email protected]> | 2012-08-14 14:32:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-14 14:32:10 -0700 |
| commit | 662fface3b73917b8424ad87995dee62f5e3053a (patch) | |
| tree | c018e84ce539904144e958fe6bf4670d6154f7d7 | |
| parent | 0b0d7f104c08307e0a6f275ccaa60db580d6f728 (diff) | |
| parent | 75e5279e015c20e54308f9b8e8cd346ffc63ed4e (diff) | |
| download | bootstrap-662fface3b73917b8424ad87995dee62f5e3053a.tar.xz bootstrap-662fface3b73917b8424ad87995dee62f5e3053a.zip | |
Merge branch '2.1.0-wip' of github.com:twitter/bootstrap into 2.1.0-wip
| -rw-r--r-- | less/thumbnails.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/thumbnails.less b/less/thumbnails.less index f229a2dad..99b09dd86 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)); |
