fixing close topic/footer button/suggested topics alignment

This commit is contained in:
Kris Aubuchon 2014-03-07 15:04:18 -05:00
parent ba52091330
commit 3be1b0decf
1 changed files with 2 additions and 2 deletions

View File

@ -371,7 +371,7 @@ a.star {
}
#topic-footer-buttons {
padding: 10px 10px 0 10px;
padding: 10px 10px 0 0;
p {
line-height: 32px;
color: $secondary_text_color;
@ -381,7 +381,7 @@ a.star {
#suggested-topics {
clear: left;
padding: 20px 10px 15px 10px;
padding: 20px 0 15px 0;
.topics table tbody tr {background: $primary_background_color;}