Fix erroneous CSS statements

This commit is contained in:
Eric Lippmann 2015-09-03 16:57:21 +02:00
parent ddde37e225
commit c19e850df3
4 changed files with 3 additions and 5 deletions

View File

@ -85,7 +85,6 @@ pre > code {
background-color: #666;
display: block;
padding: 1em;
.box-shadow;
}
ul.toc {

View File

@ -177,7 +177,7 @@ table.avp {
}
a, button.link-like {
color: @mainLayoutColor;
color: @colorMainForeground;
}
.go-ahead {

View File

@ -1,7 +1,6 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
div.sort-control {
.dontprint;
float: right;
label {

View File

@ -69,7 +69,7 @@ body {
}
a {
@colorMainLink;
color: @colorMainLink;
text-decoration: none;
&:hover {
@ -81,7 +81,7 @@ h1, h2, h3, h4, h5, h6 {
font-size: 1em;
padding: 0.3em 0em;
margin: 0.7em 0 0.5em 0;
color: @textColor;
color: @colorMainForeground;
border-bottom: 1px dotted #aaa;
a {