diff --git a/bin/corehandlers.rc b/bin/corehandlers.rc
index 1b6dae2..c7f7ea8 100644
--- a/bin/corehandlers.rc
+++ b/bin/corehandlers.rc
@@ -15,7 +15,7 @@ fn nav_tree {
d = "/"
sub("/$", "") # Strip trailing / for dirs so NF is consistent
- p(NF, lNF, "
")
+ p(NF, lNF, "")
lNF = NF
diff --git a/pub/style/style.css b/pub/style/style.css
index bba9ad4..1672c42 100644
--- a/pub/style/style.css
+++ b/pub/style/style.css
@@ -56,7 +56,7 @@ body {
.headerTitle {
color: black;
- font-size: 256%;
+ font-size: 233%;
font-weight: normal;
margin: 0 0 0 4mm;
padding: 0.25ex 0;