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
Родитель 3f190c27b3
Коммит d20a6f167b
2 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

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