diff options
| author | Mark Otto <[email protected]> | 2012-11-30 14:45:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 14:45:25 -0800 |
| commit | b0e2b5813db753bdfa3ee018ccdd73e78a69457e (patch) | |
| tree | 817eae216acdf4986a59137da9aa65a6764fbd88 /less/thumbnails.less | |
| parent | 7a3d15eb210cc9343875760bfa575a9273244ed3 (diff) | |
| download | bootstrap-b0e2b5813db753bdfa3ee018ccdd73e78a69457e.tar.xz bootstrap-b0e2b5813db753bdfa3ee018ccdd73e78a69457e.zip | |
more consistent variable naming patterns
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 9e533ecb0..78dbefbdc 100644 --- a/less/thumbnails.less +++ b/less/thumbnails.less @@ -7,9 +7,9 @@ .thumbnail { display: block; padding: 4px; - line-height: @base-line-height; + line-height: @line-height-base; border: 1px solid #ddd; - border-radius: @baseBorderRadius; + border-radius: @border-radius-base; .box-shadow(0 1px 3px rgba(0,0,0,.055)); .transition(all .2s ease-in-out); } |
