css: reduce .controls complexity and special rules
This commit is contained in:
parent
32f1e0c171
commit
0af623b462
|
@ -189,3 +189,7 @@ table.benchmark {
|
|||
.left {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.controls a {
|
||||
color: inherit;
|
||||
}
|
||||
|
|
|
@ -816,10 +816,3 @@ div.timeline {
|
|||
}
|
||||
|
||||
/* End of monitoring timeline styles */
|
||||
|
||||
.controls {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.controls a {
|
||||
color: black;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue