Fix for bug 180232: removes unnecessary margins/borders around XUL duplicates report

This commit is contained in:
myk%mozilla.org 2002-11-15 22:04:04 +00:00
parent 3f190c27b3
commit d20a6f167b
2 changed files with 14 additions and 0 deletions

View File

@ -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;
}

View File

@ -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;
}