updated compiled and minified, fix bug where links didn't inherit font weight

This commit is contained in:
Mark Otto
2011-08-20 23:45:01 -07:00
parent e179f0acb3
commit 4512cc5652
3 changed files with 6 additions and 4 deletions

View File

@@ -87,6 +87,7 @@ a {
color: @linkColor;
text-decoration: none;
line-height: inherit;
font-weight: inherit;
&:hover {
color: @linkColorHover;
text-decoration: underline;