fix bottom of topic list h3 on mobile

This commit is contained in:
Jeff Atwood 2014-06-23 23:31:36 -07:00
parent c23a4fcbee
commit 34d80464cf
1 changed files with 5 additions and 0 deletions

View File

@ -258,3 +258,8 @@ ol.category-breadcrumb {
.category-notification-menu {
display: none;
}
#topic-list-bottom h3 {
clear:both;
padding-top:10px;
}