diff options
author | Bradley Taunt <brad@bt.ht> | 2023-12-17 13:24:37 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-12-17 13:24:53 -0500 |
commit | 3cb87c83e649e9236d89076fc11b2c385f69e715 (patch) | |
tree | fa61a0e0655d505423153503c24c49d5ec2eb346 | |
parent | baac7e4f31f1c3932140a2c7d1e8f1a5beef9cc5 (diff) |
Blogform fix
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ table td{padding:8px;} .sidebar{border:1px solid; padding:1rem; margin-right:10px;width:auto;} .sidebar p{font-size:1rem;margin-top:0;} .sidebar ul{margin-bottom:0;padding-left:20px;} -.blogform{background:none;border:0;} +.blogform{margin-bottom:1em;} .pageheader .trails{display:none;} .pagedate{margin-top:4rem;} .inlinepage{overflow-y:hidden;} |