diff options
author | jocuri%softhome.net <> | 2004-11-03 06:38:40 +0000 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-11-03 06:38:40 +0000 |
commit | 6d3765117ff158848c11799127296de96080e719 (patch) | |
tree | e9516e18b273dd2893e832a86ba21d6b6c75612d /skins | |
parent | cb9bb57018230e2f4b1cccdc90f2c4402a5d80b0 (diff) | |
download | bugs-6d3765117ff158848c11799127296de96080e719.tar bugs-6d3765117ff158848c11799127296de96080e719.tar.gz bugs-6d3765117ff158848c11799127296de96080e719.tar.bz2 bugs-6d3765117ff158848c11799127296de96080e719.tar.xz bugs-6d3765117ff158848c11799127296de96080e719.zip |
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.
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/show_multiple.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |