aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-11 18:10:42 -0700
committerMark Otto <[email protected]>2013-08-11 18:10:42 -0700
commite9650f51bf9e335076ae2890915a99fee82ed9a7 (patch)
treea4a79b19e9cd64465dd9e52751ff99cdb00894b3 /less
parenta66cdb0c304b701c299bdbf24a53dd6105d4429d (diff)
downloadbootstrap-e9650f51bf9e335076ae2890915a99fee82ed9a7.tar.xz
bootstrap-e9650f51bf9e335076ae2890915a99fee82ed9a7.zip
addressing #9189 manually, part 5: don't bother with a .label font-weight var and let's just use bold because windows hates 500
Diffstat (limited to 'less')
-rw-r--r--less/labels.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/labels.less b/less/labels.less
index b746acbf8..941d27f30 100644
--- a/less/labels.less
+++ b/less/labels.less
@@ -6,7 +6,7 @@
display: inline;
padding: .25em .6em;
font-size: 75%;
- font-weight: 500;
+ font-weight: bold;
line-height: 1;
color: @label-color;
text-align: center;