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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user