remove unused table sizing CSS

This commit is contained in:
Jan-Christoph Borchardt 2014-06-02 15:52:57 +02:00
parent de23ae735b
commit 708758f34e

View file

@ -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;
}