css: reduce .controls complexity and special rules

This commit is contained in:
Thomas Gelf 2014-11-19 09:40:42 +01:00
parent 32f1e0c171
commit 0af623b462
2 changed files with 4 additions and 7 deletions

View File

@ -189,3 +189,7 @@ table.benchmark {
.left {
text-align: left !important;
}
.controls a {
color: inherit;
}

View File

@ -816,10 +816,3 @@ div.timeline {
}
/* End of monitoring timeline styles */
.controls {
font-size: 0.9em;
}
.controls a {
color: black;
}