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 <otto@github.com>2012-12-01 02:45:25 +0400
committerMark Otto <otto@github.com>2012-12-01 02:45:25 +0400
commitb0e2b5813db753bdfa3ee018ccdd73e78a69457e (patch)
tree817eae216acdf4986a59137da9aa65a6764fbd88 /less/labels-badges.less
parent7a3d15eb210cc9343875760bfa575a9273244ed3 (diff)
more consistent variable naming patterns
Diffstat (limited to 'less/labels-badges.less')
-rw-r--r--less/labels-badges.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/labels-badges.less b/less/labels-badges.less
index 9dd4cb2b72..7e5999351b 100644
--- a/less/labels-badges.less
+++ b/less/labels-badges.less
@@ -8,7 +8,7 @@
.badge {
display: inline-block;
padding: 2px 4px;
- font-size: @base-font-size * .846;
+ font-size: @font-size-base * .846;
font-weight: bold;
line-height: 14px; // ensure proper line-height if floated
color: @white;