diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-03-27 18:55:35 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-03-27 18:55:35 +0000 |
commit | 39ed6a2456bafedbbbdc3a6e37ff5d70322f9e22 (patch) | |
tree | afbbc7061a31936a6f0af3b6f4e8d303e1a44e52 | |
parent | d8fad6e24f54666c25498a2dc08f6369be585d79 (diff) | |
download | brdo-39ed6a2456bafedbbbdc3a6e37ff5d70322f9e22.tar.gz brdo-39ed6a2456bafedbbbdc3a6e37ff5d70322f9e22.tar.bz2 |
- #16531: Fix weird IE crash on some admin pages with pushbutton.
-rw-r--r-- | themes/pushbutton/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/pushbutton/style.css b/themes/pushbutton/style.css index 42cc3988d..22fe38d83 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; |