From 49f7013ca84b559f03d934021b7c20aa46d7b8f1 Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 11 May 2005 07:49:51 +0000 Subject: [PATCH 1/1] Improve auto-height hack workaround. --- .userContent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.userContent.css b/.userContent.css index 148360c..22c52bc 100644 --- a/.userContent.css +++ b/.userContent.css @@ -49,7 +49,7 @@ html * input,html * select,html * textarea { border-width: 1px !important; margin: 1px !important; } -html * input,html * select,li { +html * input,html * select,li,a { /* Conflicts with font-size etc.: */ height: auto !important; max-height: none !important; -- 1.8.3.1