Skip to content

Commit

Permalink
CSS: Remove unnecessary styles from base.less
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 24, 2015
1 parent a9256d5 commit 8d68d72
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions public/css/icinga/base.less
Expand Up @@ -11,8 +11,7 @@ html {
}

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

a {
font-size: inherit;
line-height: inherit;
}
}

h2 {
Expand Down

0 comments on commit 8d68d72

Please sign in to comment.