From 4512cc565241159fc9c19b05f6d72bf01106cae6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 20 Aug 2011 23:45:01 -0700 Subject: updated compiled and minified, fix bug where links didn't inherit font weight --- lib/scaffolding.less | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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; -- cgit v1.2.3