style.css (blockquote): Add left border and remove right margin

This also is better for lower resolutions / higher font sizes, since
the right margin is spared.
master
Mike Gerwitz 2019-01-17 23:50:13 -05:00
parent f47d0c60d4
commit f80dae920f
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 6 additions and 0 deletions

View File

@ -550,6 +550,12 @@ section.highlight a.lp-watch {
}
blockquote {
margin: 0 0 0 1em;
padding: 0 0 0 1em;
border-left: 0.2em solid #2e3436;
}
.inline-img {
text-align: center;