1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 14:10:37 +02:00

Give posts with likes/replies a little more bottom padding

This commit is contained in:
Toby Zerner
2016-06-05 12:10:22 +09:30
parent 32aa3f0cba
commit d06a834238

View File

@@ -230,6 +230,9 @@
a { a {
font-weight: bold; font-weight: bold;
} }
.Post-footer {
margin-bottom: 0;
}
} }
.EventPost-info { .EventPost-info {
font-size: 14px; font-size: 14px;
@@ -254,6 +257,7 @@
} }
.Post-footer { .Post-footer {
margin-top: 5px; margin-top: 5px;
margin-bottom: 20px;
> ul { > ul {
> li { > li {