diff --git a/mozilla/webtools/bugzilla/css/duplicates.css b/mozilla/webtools/bugzilla/css/duplicates.css index aab36fb2a0d..9948b789ed5 100644 --- a/mozilla/webtools/bugzilla/css/duplicates.css +++ b/mozilla/webtools/bugzilla/css/duplicates.css @@ -18,6 +18,13 @@ * Contributor(s): Myk Melez */ +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/mozilla/webtools/bugzilla/skins/standard/duplicates.css b/mozilla/webtools/bugzilla/skins/standard/duplicates.css index aab36fb2a0d..9948b789ed5 100644 --- a/mozilla/webtools/bugzilla/skins/standard/duplicates.css +++ b/mozilla/webtools/bugzilla/skins/standard/duplicates.css @@ -18,6 +18,13 @@ * Contributor(s): Myk Melez */ +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; }