Merge pull request #1060 from ZogStriP/add-background-color-on-suggested-topic-list-header

add background color on suggested topics list header
This commit is contained in:
Jeff Atwood 2013-06-20 14:27:12 -07:00
commit 61a72c6835

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 {