mirror of
https://github.com/discourse/discourse.git
synced 2025-04-17 00:39:31 +08:00
even out blockquote top/bottom padding
This commit is contained in:
parent
d90001e857
commit
5e2d8dcf37
@ -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…
x
Reference in New Issue
Block a user