1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

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 3223f65ce3
commit c2883bc85e
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;