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

Add some missing post content styles

This commit is contained in:
Toby Zerner
2015-06-01 08:48:10 +09:30
parent b36e3f1053
commit ae09240a3d
2 changed files with 23 additions and 0 deletions

View File

@@ -18,3 +18,7 @@
.loading-indicator-block {
height: 100px;
}
hr {
border-top: 2px solid @fl-body-secondary-color;
}