1
0
mirror of https://github.com/flarum/core.git synced 2025-08-13 11:54:32 +02:00

Add excerpt to sticky discussions

This commit is contained in:
Toby Zerner
2015-05-14 23:10:50 +09:30
parent 798bdd3e68
commit 5b13acd5e3
2 changed files with 24 additions and 0 deletions

View File

@@ -6,3 +6,11 @@
color: #d13e32;
}
}
.discussion-excerpt {
display: block !important;
margin-bottom: 10px;
white-space: normal;
font-size: 12px;
line-height: 1.5em;
color: #aaa;
}