diff options
| author | Mark Otto <[email protected]> | 2012-08-14 14:25:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-14 14:25:31 -0700 |
| commit | 75e5279e015c20e54308f9b8e8cd346ffc63ed4e (patch) | |
| tree | 1c9a9b9a943da0bf0ff9bff8a3f0dd2abc67cc8c | |
| parent | e9b04acb92538718f60b205909c385222406a84f (diff) | |
| parent | f6ac2979039ea151384781301f7020a65a9294be (diff) | |
| download | bootstrap-75e5279e015c20e54308f9b8e8cd346ffc63ed4e.tar.xz bootstrap-75e5279e015c20e54308f9b8e8cd346ffc63ed4e.zip | |
Merge pull request #4393 from Nivl/2.1.0-wip
Fix .thumbnail line-height
| -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)); |
