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;
color: @control-color;
border-radius: @border-radius;
padding: 10px 15px;
padding: 8px 15px;
border-top: 2px dotted @body-bg;
border-bottom: 2px dotted @body-bg;
margin: 1em 0;