diff options
author | Bradley Taunt <brad@bt.ht> | 2023-12-25 13:46:17 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-12-25 13:46:17 -0500 |
commit | 0907b192c766cc311ffca23bff8376390404f7ae (patch) | |
tree | dc61717d84aa11dcd759628f27fd029bd5dcd87d | |
parent | 9e4afc9e5733aaa24f4d9d18dfd29847468ece93 (diff) |
Blockquote fixes
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;} |