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

Slightly less padding on blockquotes

This commit is contained in:
Toby Zerner
2015-07-28 16:42:03 +09:30
parent 1994339a43
commit 1e5d22ee0b

View File

@@ -102,7 +102,7 @@
background: @control-bg; background: @control-bg;
color: @control-color; color: @control-color;
border-radius: @border-radius; border-radius: @border-radius;
padding: 10px 15px; padding: 8px 15px;
border-top: 2px dotted @body-bg; border-top: 2px dotted @body-bg;
border-bottom: 2px dotted @body-bg; border-bottom: 2px dotted @body-bg;
margin: 1em 0; margin: 1em 0;