1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Make discussion hero extensible

This commit is contained in:
Toby Zerner
2015-05-02 08:36:04 +09:30
parent 80e8630c1c
commit fbdd730ce3
3 changed files with 41 additions and 6 deletions

View File

@@ -5,6 +5,18 @@
& .badges {
margin-right: 5px;
}
& .discussion-hero-items {
padding: 0;
margin: 0;
list-style: none;
& > li {
display: inline-block;
}
& .block-item {
display: block;
}
}
}
.discussion-title {
display: inline;