1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 23:31:17 +02:00

Fix another couple of regressions

This commit is contained in:
Toby Zerner
2015-03-03 21:42:38 +10:30
parent 7ceed5ff75
commit cdd708deeb
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@
} }
} }
@media @tablet @desktop @desktop-hd { @media @tablet, @desktop, @desktop-hd {
.discussion-posts { .discussion-posts {
margin-right: 200px; margin-right: 200px;
} }

View File

@@ -275,7 +275,7 @@ body {
} }
} }
} }
.back-control { .back-button {
float: left; float: left;
margin-right: 25px; margin-right: 25px;