]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 180232: removes unnecessary margins/borders around XUL duplicates report
authormyk%mozilla.org <>
Sat, 16 Nov 2002 06:04:04 +0000 (06:04 +0000)
committermyk%mozilla.org <>
Sat, 16 Nov 2002 06:04:04 +0000 (06:04 +0000)
css/duplicates.css
skins/standard/duplicates.css

index aab36fb2a0d1e0faeb76ed434ae3489c14c89767..9948b789ed5e2ab123171466434b658f368083f5 100644 (file)
  * 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;
 }
index aab36fb2a0d1e0faeb76ed434ae3489c14c89767..9948b789ed5e2ab123171466434b658f368083f5 100644 (file)
  * 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;
 }