shithub: werc

Download patch

ref: 23283f75388d0b2e979bf4de5dc0495ed7484b48
parent: ab0ce13ca975cc147dec86c0f3e89f7fd09329a7
author: sl <uriel@engel.se.cat-v.org>
date: Fri Feb 27 17:38:55 EST 2009

Minor style changes.

--- a/bin/corehandlers.rc
+++ b/bin/corehandlers.rc
@@ -15,7 +15,7 @@
             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
 
--- a/pub/style/style.css
+++ b/pub/style/style.css
@@ -56,7 +56,7 @@
 
 .headerTitle {
   color: black;
-  font-size: 256%;
+  font-size: 233%;
   font-weight: normal;
   margin: 0 0 0 4mm;
   padding: 0.25ex 0;