mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-28 23:14:04 -04:00
left align post quotes and blockquotes
This commit is contained in:
parent
8814f9ed05
commit
f1a5f4ce66
1 changed files with 2 additions and 1 deletions
|
@ -217,7 +217,8 @@ form {
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
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;
|
background-color: #f1f1f1;
|
||||||
border-left: 5px solid #dddddd;
|
border-left: 5px solid #dddddd;
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue