mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-16 08:54:59 -04:00
even out blockquote top/bottom padding
This commit is contained in:
parent
d90001e857
commit
5e2d8dcf37
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ form {
|
|||
|
||||
blockquote {
|
||||
/* 13px left is intentional here to properly align with post quotes */
|
||||
padding: 10px 8px 1px 13px;
|
||||
padding: 10px 4px 4px 13px;
|
||||
background-color: $quote-background;
|
||||
border-left: 5px solid darken($quote-background, 20%);
|
||||
p {
|
||||
|
|
Loading…
Add table
Reference in a new issue