remove unused table sizing CSS
This commit is contained in:
parent
de23ae735b
commit
708758f34e
1 changed files with 3 additions and 2 deletions
|
@ -155,8 +155,9 @@ tr:hover span.extension {
|
|||
color: #777;
|
||||
}
|
||||
|
||||
table tr.mouseOver td { background-color:#eee; }
|
||||
table th { height:24px; padding:0 8px; }
|
||||
table tr.mouseOver td {
|
||||
background-color: #eee;
|
||||
}
|
||||
table th, table th a {
|
||||
color: #999;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue