shithub: werc

Download patch

ref: b1d66782b406f47834834dc75dcd1b171399009c
parent: e8b3d4bd5a611c4761f25a37ab60e5b731b328dd
author: sl <uriel@engel.se.cat-v.org>
date: Tue Feb 24 06:44:22 EST 2009

CSS tunning: Slightly lower default font size, and change vertical align for images in top_bar.

--- a/pub/style/style.css
+++ b/pub/style/style.css
@@ -4,7 +4,7 @@
   color: black;
   background-color: white;
   font-family: verdana, helvetica, arial, sans-serif;
-  font-size: 88%;  /* Enables font size scaling in MSIE */
+  font-size: 84%;  /* Enables font size scaling in MSIE */
   margin: 0;
   padding: 0;
 }
@@ -15,6 +15,10 @@
   color: white;
   background-color: rgb(100,135,220);
   height: 2em;
+}
+
+.superHeader img {
+  vertical-align: bottom;
 }
 
 .superHeader a {