Fix th display when inside table

This commit is contained in:
Michal Čihař 2011-02-02 16:28:01 +01:00
parent 371de537c8
commit 6bf96ca9d4

View File

@ -78,7 +78,7 @@ th {
color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
background: <?php echo $GLOBALS['cfg']['ThBackground']; ?>;
}
th a {
thead th a {
color: <?php echo $GLOBALS['cfg']['ThColor']; ?> !important;
}