summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-03-28 12:56:05 -0400
committerBradley Taunt <bt@btxx.org>2024-03-28 12:56:05 -0400
commita3c1fa4e5b6e768a2b7579b3fccc96cbeb101221 (patch)
tree3123a55b2aee9f4e6deeec4d93ab519769ec0e17
parent3c124645b2d1121f7f059cec10907cef88f3f8df (diff)
Blockquote text alignment fix
-rw-r--r--local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.css b/local.css
index f244829..2430da0 100644
--- a/local.css
+++ b/local.css
@@ -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;}