CSS: Remove unnecessary styles from base.less

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 00:16:08 +02:00
parent a9256d5332
commit 8d68d72d86
1 changed files with 1 additions and 7 deletions

View File

@ -11,8 +11,7 @@ html {
} }
a { a {
color: @link-color; color: inherit;
font-size: @font-size;
font-weight: @font-weight-bold; font-weight: @font-weight-bold;
line-height: @line-height; line-height: @line-height;
text-decoration: none; text-decoration: none;
@ -33,11 +32,6 @@ h1 {
font-size: 18px; font-size: 18px;
line-height: 22px; line-height: 22px;
font-weight: normal; font-weight: normal;
a {
font-size: inherit;
line-height: inherit;
}
} }
h2 { h2 {