left align post quotes and blockquotes

This commit is contained in:
Jeff Atwood 2013-07-10 13:57:18 -07:00
parent 8814f9ed05
commit f1a5f4ce66

View File

@ -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 {