diff options
author | myk%mozilla.org <> | 2002-11-16 07:04:04 +0100 |
---|---|---|
committer | myk%mozilla.org <> | 2002-11-16 07:04:04 +0100 |
commit | 81ac0f31355540ec23e4bee5448d5d501ba3d7fc (patch) | |
tree | 764e50662561e410007b5cfdb6eb5b9d2371a190 | |
parent | e46f470630fb6fab1cb067ea21c22f28ed06c8df (diff) | |
download | bugzilla-81ac0f31355540ec23e4bee5448d5d501ba3d7fc.tar.gz bugzilla-81ac0f31355540ec23e4bee5448d5d501ba3d7fc.tar.xz |
Fix for bug 180232: removes unnecessary margins/borders around XUL duplicates report
-rw-r--r-- | css/duplicates.css | 7 | ||||
-rw-r--r-- | skins/standard/duplicates.css | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/css/duplicates.css b/css/duplicates.css index aab36fb2a..9948b789e 100644 --- a/css/duplicates.css +++ b/css/duplicates.css @@ -18,6 +18,13 @@ * Contributor(s): Myk Melez <myk@mozilla.org> */ +tree#results-tree { + margin-right: 0px; + border-right-width: 0px; + margin-left: 0px; + border-left-width: 0px; +} + treechildren:-moz-tree-cell-text(resolution-FIXED) { text-decoration: line-through; } diff --git a/skins/standard/duplicates.css b/skins/standard/duplicates.css index aab36fb2a..9948b789e 100644 --- a/skins/standard/duplicates.css +++ b/skins/standard/duplicates.css @@ -18,6 +18,13 @@ * Contributor(s): Myk Melez <myk@mozilla.org> */ +tree#results-tree { + margin-right: 0px; + border-right-width: 0px; + margin-left: 0px; + border-left-width: 0px; +} + treechildren:-moz-tree-cell-text(resolution-FIXED) { text-decoration: line-through; } |