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
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;}