use border-bottom instead of top.

bug 257583, r=mostafah
This commit is contained in:
mvl%exedo.nl 2004-09-11 18:08:14 +00:00
Родитель 1c12093ecd
Коммит 0ee954a071
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1382,7 +1382,7 @@ treechildren::-moz-tree-cell-text(overdue)
treechildren::-moz-tree-row treechildren::-moz-tree-row
{ {
border-top : 1px dotted #AAA; border-bottom : 1px dotted #AAA;
} }
treechildren::-moz-tree-row(overdue,selected) treechildren::-moz-tree-row(overdue,selected)

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

@ -1393,7 +1393,7 @@ treechildren::-moz-tree-row(overdue,selected)
treechildren::-moz-tree-row treechildren::-moz-tree-row
{ {
border-top : 1px dotted #AAA; border-bottom : 1px dotted #AAA;
} }
treechildren::-moz-tree-cell-text(duetoday) treechildren::-moz-tree-cell-text(duetoday)

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

@ -1815,7 +1815,7 @@ treechildren::-moz-tree-row(overdue,selected)
treechildren::-moz-tree-row treechildren::-moz-tree-row
{ {
border-top : 1px dotted #AAA; border-bottom : 1px dotted #AAA;
} }
treechildren::-moz-tree-cell-text(duetoday) treechildren::-moz-tree-cell-text(duetoday)