diff options
author | Bradley Taunt <bt@btxx.org> | 2024-03-28 12:56:05 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-03-28 12:56:05 -0400 |
commit | a3c1fa4e5b6e768a2b7579b3fccc96cbeb101221 (patch) | |
tree | 3123a55b2aee9f4e6deeec4d93ab519769ec0e17 | |
parent | 3c124645b2d1121f7f059cec10907cef88f3f8df (diff) |
Blockquote text alignment fix
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ 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;} +blockquote{border-left:4px solid;font-size:120%;font-style:italic;margin-left:0;padding-left:10px;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;} |