summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authordan <[email protected]>2023-02-28 13:10:28 -0500
committerdan <[email protected]>2023-02-28 13:10:28 -0500
commitccf1a1c0730f36158c1150893935668507d945e8 (patch)
tree1d7b4b136c581c960d5b44355d0caf6d70370954 /style.css
parent6eb21540a594cfb4df7a931c8ac945728a6fd976 (diff)
download54-ccf1a1c0730f36158c1150893935668507d945e8.tar.gz
54-ccf1a1c0730f36158c1150893935668507d945e8.tar.bz2
54-ccf1a1c0730f36158c1150893935668507d945e8.zip
parent and child posts properly returned by query; properly displayed
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 503f976..2b8fc44 100644
--- a/style.css
+++ b/style.css
@@ -158,3 +158,7 @@ textarea {
float:right;
font-size:0.8em
}
+
+.navbar {
+ height: 2em;
+}