diff options
author | Bradley Taunt <brad@bt.ht> | 2023-12-25 13:44:01 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-12-25 13:44:01 -0500 |
commit | bad9f6085a8ad8a5812f7603cba9cf6be9ad88df (patch) | |
tree | 3fa2063476e2103deb9a780d8906a13f4cd05e17 /local.css | |
parent | 80a009190b333d02e5adb5fdebe1276321c9d128 (diff) |
Blockquote styling
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +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;} #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;} |