Bug 421687 - Crash report links in about:crashes should have display:block, r=Mossop

This commit is contained in:
timeless@mozdev.org 2009-01-06 21:33:03 -08:00
Родитель 6261fd4014
Коммит 7805ea4379
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -28,6 +28,9 @@ th[chromedir="rtl"] {
th:first-child { th:first-child {
-moz-padding-end: 2em; -moz-padding-end: 2em;
} }
:link {
display: block;
}
/* date */ /* date */
td:first-child + td { td:first-child + td {
-moz-padding-start: 1em; -moz-padding-start: 1em;