summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <brad@bt.ht>2023-11-27 12:39:07 -0500
committerBradley Taunt <brad@bt.ht>2023-11-27 12:39:07 -0500
commit5a7668cc886486da74aeba5c03172dfa3a02ae38 (patch)
tree0b7ef6899b24a71f71928cf4c795010b27761e91
parent8d8695a0bdad71f04410bf941da5149c745ce769 (diff)
Hide pageheader trails
-rw-r--r--local.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/local.css b/local.css
index ecb35d1..852656b 100644
--- a/local.css
+++ b/local.css
@@ -1,3 +1,4 @@
img{height:auto;max-width:100%;}
.sidebar{border:1px solid; padding:1rem; margin-right:10px;width:auto;}
-.blogform{background:none;border:0;} \ No newline at end of file
+.blogform{background:none;border:0;}
+.pageheader .trails{display:none;} \ No newline at end of file