1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Make discussion hero extensible

This commit is contained in:
Toby Zerner
2015-05-02 08:36:04 +09:30
parent 452efaf86b
commit 2623f59c23
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;