From 39ed6a2456bafedbbbdc3a6e37ff5d70322f9e22 Mon Sep 17 00:00:00 2001 From: Steven Wittens <steven@10.no-reply.drupal.org> Date: Sun, 27 Mar 2005 18:55:35 +0000 Subject: [PATCH] - #16531: Fix weird IE crash on some admin pages with pushbutton. --- themes/pushbutton/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/pushbutton/style.css b/themes/pushbutton/style.css index 42cc3988d27f..22fe38d83c05 100644 --- a/themes/pushbutton/style.css +++ b/themes/pushbutton/style.css @@ -166,6 +166,7 @@ td#home a:hover img { padding: 10px 0 10px 0px; margin: 0 0 0 0; white-space: nowrap; + width: 100%; list-style: none; height: auto; line-height: normal; -- GitLab