mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Fix for bug 180232: removes unnecessary margins/borders around XUL duplicates report
This commit is contained in:
parent
3f190c27b3
commit
d20a6f167b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user