summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorBradley Taunt <brad@bt.ht>2023-12-25 13:46:17 -0500
committerBradley Taunt <brad@bt.ht>2023-12-25 13:46:17 -0500
commit0907b192c766cc311ffca23bff8376390404f7ae (patch)
treedc61717d84aa11dcd759628f27fd029bd5dcd87d /local.css
parent9e4afc9e5733aaa24f4d9d18dfd29847468ece93 (diff)
Blockquote fixes
Diffstat (limited to 'local.css')
-rw-r--r--local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.css b/local.css
index 2a7b151..4576f1f 100644
--- a/local.css
+++ b/local.css
@@ -6,7 +6,7 @@ h3{font-size:1.2rem;}
table{border-collapse:collapse;text-align:left;width:100%;}
table tr{border-bottom:1px solid;}
table td{padding:8px;}
-blockquote{border-left:10px 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;}
#pagebody{margin:0 auto;max-width:900px;}
.sidebar{border:1px solid; padding:1rem; margin-right:10px;width:auto;}
.sidebar p{font-size:1rem;margin-top:0;}