Merge pull request #2074 from awesomerobot/master

fixing close topic/footer button/suggested topics alignment
This commit is contained in:
Jeff Atwood 2014-03-07 12:13:30 -08:00
commit 1403d303b6

View File

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