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; background-color: #666;
display: block; display: block;
padding: 1em; padding: 1em;
.box-shadow;
} }
ul.toc { ul.toc {

View File

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

View File

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

View File

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