Commit 81ac0f31 authored by myk%mozilla.org's avatar myk%mozilla.org

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

parent e46f4706
......@@ -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;
}
......
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment