From bfe0ace45de808021bf13e7aa4c2a6b52147a67c Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 25 Feb 2009 22:39:00 +0000 Subject: Bug 480061: Lots of JS was toggling the "display" attribute instead of removing/adding the bz_default_hidden class. Patch By Max Kanat-Alexander r=glob, a=mkanat --- skins/standard/global.css | 1 - 1 file changed, 1 deletion(-) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 75dc437d3..a18378d4b 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -501,7 +501,6 @@ form#Create .comment { background-repeat: no-repeat; background-position: center center; width: 30px; - display: none; } #select_button { -- cgit v1.2.3-24-g4f1b