diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2013-07-23 11:09:48 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-07-23 11:09:48 +0200 |
commit | 452860219dfb42a3e50feb9ce87df2986b90d7e7 (patch) | |
tree | 97c73c9737362108d0d805d73d8023f6a6902de3 /skins/standard | |
parent | 9e382786cb73ce37e6864e6944812ead3c0ecc4e (diff) | |
download | bugzilla-452860219dfb42a3e50feb9ce87df2986b90d7e7.tar.gz bugzilla-452860219dfb42a3e50feb9ce87df2986b90d7e7.tar.xz |
Bug 893953: Duplicated CSS rule for "bug_id_container input" in search_form.css
r=LpSolit a=sgreen
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/search_form.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/skins/standard/search_form.css b/skins/standard/search_form.css index e3a2ba1c4..ff97dbcbc 100644 --- a/skins/standard/search_form.css +++ b/skins/standard/search_form.css @@ -34,10 +34,6 @@ width: 8em; } -#bug_id_container input { - width: 9em; -} - #bug_id_type{ width: inherit; } |