Add light horizontal rule between posts. closes flarum/core#133

Also remove time information from event posts (it’s not useful)
This commit is contained in:
Toby Zerner
2015-06-23 10:36:36 +09:30
parent 64e5d50533
commit 6e5329047c
3 changed files with 23 additions and 27 deletions

View File

@ -60,11 +60,11 @@
// Little round icon buttons
.btn-icon.btn-sm {
border-radius: 14px;
height: 28px;
width: 28px;
border-radius: 16px;
height: 32px;
width: 32px;
text-align: center;
padding: 5px 0;
padding: 7px 0;
& .label, & .icon-caret {
display: none;