diff options
author | jocuri%softhome.net <> | 2004-11-03 07:38:40 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-11-03 07:38:40 +0100 |
commit | 6d3765117ff158848c11799127296de96080e719 (patch) | |
tree | e9516e18b273dd2893e832a86ba21d6b6c75612d | |
parent | cb9bb57018230e2f4b1cccdc90f2c4402a5d80b0 (diff) | |
download | bugzilla-6d3765117ff158848c11799127296de96080e719.tar.gz bugzilla-6d3765117ff158848c11799127296de96080e719.tar.xz |
Patch for bug 258355: remove 1x1.gif and use CSS instead in order to create suitable spacing; patch by Frédéric Buclin <LpSolit@netscape.net>; r=kiko, a=justdave.
-rw-r--r-- | images/1x1.gif | bin | 82 -> 0 bytes | |||
-rw-r--r-- | skins/standard/show_multiple.css | 2 | ||||
-rw-r--r-- | template/en/default/bug/show-multiple.html.tmpl | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/images/1x1.gif b/images/1x1.gif Binary files differdeleted file mode 100644 index b07a89a6e..000000000 --- a/images/1x1.gif +++ /dev/null diff --git a/skins/standard/show_multiple.css b/skins/standard/show_multiple.css index 0e9bf1c76..fd418a82e 100644 --- a/skins/standard/show_multiple.css +++ b/skins/standard/show_multiple.css @@ -1 +1,3 @@ +hr {margin: 20px auto 40px} + .bz_private { color:darkred } diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index 094d04126..a985fccb4 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -46,7 +46,6 @@ [%###########################################################################%] [% BLOCK bug_display %] - <img alt="" src="images/1x1.gif" width="1" height="80" align="left"> <div align="center"> <b> <font size="+3">[% terms.Bug %] [%+ bug.bug_id %] - [% bug.short_desc FILTER html %]</font> |