Remove obsolete style settings

This commit is contained in:
Thomas Gelf 2014-03-06 09:24:13 +00:00
parent 16d5c93fa5
commit 464e842904
1 changed files with 0 additions and 5 deletions

View File

@ -155,7 +155,6 @@ tr.state.warning td.state {
tr.state.warning.handled td.state {
border-left-color: @colorWarningHandled;
background-image: none;
}
tr.state.critical td.state, tr.state.down td.state {
@ -164,7 +163,6 @@ tr.state.critical td.state, tr.state.down td.state {
tr.state.critical.handled td.state, tr.state.down.handled td.state {
border-left-color: @colorCriticalHandled;
background-image: none;
}
tr.state.unreachable td.state {
@ -173,7 +171,6 @@ tr.state.unreachable td.state {
tr.state.unreachable.handled td.state {
border-left-color: @colorUnreachableHandled;
background-image: none;
}
tr.state.unknown td.state {
@ -182,7 +179,6 @@ tr.state.unknown td.state {
tr.state.unknown.handled td.state {
border-left-color: @colorUnknownHandled;
background-image: none;
}
tr.state.pending td.state {
@ -204,7 +200,6 @@ tr.state.unreachable td.state {
tr.state.unreachable.handled td.state {
border-left-color: @colorUnreachableHandled;
background-image: none;
}
/* END of special tables and states */