Try to reduce CSS exceptions, less is more

This commit is contained in:
Thomas Gelf 2014-03-21 10:54:16 +00:00
parent b37c902e2d
commit 252feba64c
2 changed files with 0 additions and 13 deletions

View File

@ -136,11 +136,6 @@ html {
margin-left: 1%;
}
.dashboard > div.container td.state {
font-size: 1em;
width: 6em;
}
.dashboard > div.container h1, .container .content h1, .container .controls h1 {
line-height: 2em;
font-size: 1em;

View File

@ -25,10 +25,6 @@ table.action {
margin: 0;
}
table.action tr {
/*border-bottom: 0.079em solid transparent;*/
}
table.action th {
text-align: left;
overflow: hidden;
@ -201,10 +197,6 @@ tr.state.handled td.state {
background-color: transparent !important;
}
table.compact tr.state td.state strong {
font-size: 0.8em;
}
/* END of special tables and states */