swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit 514b7ef4cd5704b040d196d264a154cc4672163e
parent a5284d8fecd5ab660ba828613c58858aa0a9dc17
Author: uriel@soma <unknown>
Date:   Tue, 24 Feb 2009 11:44:22 +0000

CSS tunning: Slightly lower default font size, and change vertical align for images in top_bar.
Diffstat:
Mpub/style/style.css | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pub/style/style.css b/pub/style/style.css @@ -4,7 +4,7 @@ body { 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; } @@ -17,6 +17,10 @@ body { height: 2em; } +.superHeader img { + vertical-align: bottom; +} + .superHeader a { color: white; background-color: transparent;