commit c998d38fded1cf5019fdb56a3130f7003be081ec
parent f1b4471c4afc2227e7f6b037d7fd26756a99e44f
Author: uriel@soma <unknown>
Date: Fri, 27 Feb 2009 22:38:55 +0000
Minor style changes.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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, "<ul class=\"side-bar\">")
+ p(NF, lNF, "<ul>")
p(lNF, NF, "</ul>")
lNF = NF
diff --git 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;