Bug 553880 - Delete unused bordercol-orig.css. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D192043
This commit is contained in:
Ting-Yu Lin 2023-10-27 18:16:19 +00:00
Родитель 3503a61e7a
Коммит e4533f2062
1 изменённых файлов: 0 добавлений и 23 удалений

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

@ -1,23 +0,0 @@
table {
margin-bottom: 0.5in;
}
caption {
font-weight: bold;
font-style: italic;
}
td {background-color:LightCyan }
table.topLight {border-top: 1px solid #B2B2B2}
table.bottom {border-bottom: 1px solid #505050}
table.bottomDark {border-bottom: 1px solid black}
table.leftLight {border-left: 1px solid #B2B2B2}
table.right {border-right: 1px solid #505050}
table.rightDark {border-right: 1px solid black}
table.top {border-top: 1px solid #505050}
table.left {border-left: 1px solid #505050}
table.bc {border-collapse:collapse}
tbody.border{border-top: 1px solid #505050; border-bottom: 1px solid #505050; }
tr.border{border-top: 1px solid #505050; border-bottom: 1px solid #505050; }
td.border{border-left:1px solid #505050;}