aboutsummaryrefslogtreecommitdiff
path: root/lib/scaffolding.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-20 23:45:01 -0700
committerMark Otto <[email protected]>2011-08-20 23:45:01 -0700
commit4512cc565241159fc9c19b05f6d72bf01106cae6 (patch)
tree6e949279f0685cb031d08372c61af9acdee65944 /lib/scaffolding.less
parente179f0acb33beae609fb9abeb983ab799b1b1e1d (diff)
downloadbootstrap-4512cc565241159fc9c19b05f6d72bf01106cae6.tar.xz
bootstrap-4512cc565241159fc9c19b05f6d72bf01106cae6.zip
updated compiled and minified, fix bug where links didn't inherit font weight
Diffstat (limited to 'lib/scaffolding.less')
-rw-r--r--lib/scaffolding.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less
index 5b41b64a4..55a94a6be 100644
--- a/lib/scaffolding.less
+++ b/lib/scaffolding.less
@@ -87,6 +87,7 @@ a {
color: @linkColor;
text-decoration: none;
line-height: inherit;
+ font-weight: inherit;
&:hover {
color: @linkColorHover;
text-decoration: underline;