From ed7b648a04ea8e4490b9a90d0a879f1e8a986b5f Mon Sep 17 00:00:00 2001 From: slubek Date: Wed, 30 Nov 2005 21:25:33 +0000 Subject: [PATCH] Quick and dirty hack to vertically align headers. I got no idea why question marks are below text line (Firefox 1.5), so bottom-align looks bad. --- themes/default/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/global.css b/themes/default/global.css index 37690f41..9b4282f2 100644 --- a/themes/default/global.css +++ b/themes/default/global.css @@ -1,7 +1,7 @@ /** * Default style sheet * - * $Id: global.css,v 1.35 2005/11/28 17:03:08 jollytoad Exp $ + * $Id: global.css,v 1.36 2005/11/30 21:25:33 slubek Exp $ */ /** ELEMENTS */ @@ -221,7 +221,7 @@ td.opbutton2 } .crumb, .tab { - vertical-align: bottom; + vertical-align: top; } .crumb .icon { -- 2.39.5