diff options
author | Bradley Taunt <brad@bt.ht> | 2023-12-25 13:44:30 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-12-25 13:44:30 -0500 |
commit | 9e4afc9e5733aaa24f4d9d18dfd29847468ece93 (patch) | |
tree | d148a5771b9e32cfcb0cb1e78f5a13666faf5ef7 | |
parent | bad9f6085a8ad8a5812f7603cba9cf6be9ad88df (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;font-size:120%;font-style:italic;margin-left:0;padding-left:10px;} +blockquote{border-left:10px 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;} |