mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
fixing close topic/footer button/suggested topics alignment
This commit is contained in:
parent
ba52091330
commit
3be1b0decf
1 changed files with 2 additions and 2 deletions
|
@ -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;}
|
||||
|
||||
|
|
Loading…
Reference in a new issue