mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 15:17:14 +08:00
left align post quotes and blockquotes
This commit is contained in:
parent
8814f9ed05
commit
f1a5f4ce66
|
@ -217,7 +217,8 @@ form {
|
|||
}
|
||||
|
||||
blockquote {
|
||||
padding: 10px 8px 1px 15px;
|
||||
/* 13px left is intentional here to properly align with post quotes */
|
||||
padding: 10px 8px 1px 13px;
|
||||
background-color: #f1f1f1;
|
||||
border-left: 5px solid #dddddd;
|
||||
p {
|
||||
|
|
Loading…
Reference in New Issue
Block a user