diff options
author | Bradley Taunt <bt@btxx.org> | 2024-03-28 12:57:19 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-03-28 12:57:19 -0400 |
commit | 914b50d8bd4be118a10be98186529647d09a763f (patch) | |
tree | 23f2a49f3626159a37593ff111ce7f93b9dae42e | |
parent | a3c1fa4e5b6e768a2b7579b3fccc96cbeb101221 (diff) |
Blockquote text alignment fix
-rw-r--r-- | local.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ h3{font-size:1.2rem;} table{border-collapse:collapse;font-size:13pt;text-align:left;width:100%;} table tr{border-bottom:1px solid;} table td{padding:8px;} -blockquote{border-left:4px solid;font-size:120%;font-style:italic;margin-left:0;padding-left:10px;text-align:left!important;} +blockquote{border-left:4px solid;font-size:120%;font-style:italic;margin-left:0;padding-left:10px;} +blockquote, blockquote p{text-align:left!important;} pre,code{font-size:12pt;} .pageheader,#pagebody,.sidebar,#footer{margin:0 auto;max-width:900px;} #pagebody h2, #pagebody h3{margin-top:2em;} |