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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user