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

git-svn-id: svn://10.0.0.236/trunk@133927 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
myk%mozilla.org
2002-11-15 22:04:04 +00:00
parent 6e31d32214
commit b143ebc2c0
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;
}