add background color on suggested topics list header

This commit is contained in:
Régis Hanol 2013-06-20 23:22:46 +02:00
parent f39f44ddbf
commit da6f627c2f

View File

@ -284,6 +284,9 @@
color: darken($darkish_gray, 20%);
margin-bottom: 10px;
}
th {
background-color: $topic-list-th-background-color;
}
}
#topic-footer-buttons {