css: remove obsolete normalization

This commit is contained in:
Thomas Gelf 2016-11-29 00:21:19 +01:00
parent c56c66d193
commit 0810738235

View file

@ -1,33 +1,4 @@
/* Normalize CSS */
.content {
a {
font-weight: normal;
color: inherit;
}
.text-small {
color: inherit;
font-size: inherit;
}
p a {
color: @icinga-blue;
text-decoration: underline;
}
}
.controls h1 a {
color: inherit;
float: right;
font-weight: normal;
}
.controls h1 form {
display: inline;
}
.action-bar a {
color: @icinga-blue;
&:hover::before {
@ -36,10 +7,6 @@
margin-right: 1em;
}
h1 a:focus {
outline: none;
}
div.bp {
margin-bottom: 4px;
}