diff options
| author | Mark Otto <[email protected]> | 2012-11-30 14:37:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 14:37:24 -0800 |
| commit | 7a3d15eb210cc9343875760bfa575a9273244ed3 (patch) | |
| tree | 315aa2991efe142decca7b4e48f29cb03de6fde2 /less/thumbnails.less | |
| parent | fe8061b84ecdda5ea70514fe487e2f46564439e2 (diff) | |
| download | bootstrap-7a3d15eb210cc9343875760bfa575a9273244ed3.tar.xz bootstrap-7a3d15eb210cc9343875760bfa575a9273244ed3.zip | |
Part 1 of unCamelCasing variables
Diffstat (limited to 'less/thumbnails.less')
| -rw-r--r-- | less/thumbnails.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/thumbnails.less b/less/thumbnails.less index d2a23c7f3..9e533ecb0 100644 --- a/less/thumbnails.less +++ b/less/thumbnails.less @@ -7,7 +7,7 @@ .thumbnail { display: block; padding: 4px; - line-height: @baseLineHeight; + line-height: @base-line-height; border: 1px solid #ddd; border-radius: @baseBorderRadius; .box-shadow(0 1px 3px rgba(0,0,0,.055)); @@ -15,7 +15,7 @@ } // Add a hover state for linked versions only a.thumbnail:hover { - border-color: @linkColor; + border-color: @link-color; .box-shadow(0 1px 4px rgba(0,105,214,.25)); } |
