1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00

Allow inter-discussion replying

This commit is contained in:
Toby Zerner
2015-08-06 13:17:21 +09:30
parent e82a50c5d7
commit c014c330d9
5 changed files with 34 additions and 31 deletions

View File

@@ -81,3 +81,7 @@
border-bottom: 0;
}
}
.PostMention-preview-discussion {
padding-top: 0 !important;
font-weight: bold !important;
}