1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 23:47:32 +02:00

Add some missing post content styles

This commit is contained in:
Toby Zerner
2015-06-01 08:48:10 +09:30
parent 44a4e31fe1
commit acb6a8d8c5
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;
}