summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <brad@bt.ht>2023-12-17 13:24:37 -0500
committerBradley Taunt <brad@bt.ht>2023-12-17 13:24:53 -0500
commit3cb87c83e649e9236d89076fc11b2c385f69e715 (patch)
treefa61a0e0655d505423153503c24c49d5ec2eb346
parentbaac7e4f31f1c3932140a2c7d1e8f1a5beef9cc5 (diff)
Blogform fix
-rw-r--r--local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.css b/local.css
index 55ff9f8..171dc03 100644
--- a/local.css
+++ b/local.css
@@ -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;}