From 7805ea437985bf847673047980178729a5a8a7e4 Mon Sep 17 00:00:00 2001 From: "timeless@mozdev.org" Date: Tue, 6 Jan 2009 21:33:03 -0800 Subject: [PATCH] Bug 421687 - Crash report links in about:crashes should have display:block, r=Mossop --- toolkit/crashreporter/content/crashes.xhtml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/toolkit/crashreporter/content/crashes.xhtml b/toolkit/crashreporter/content/crashes.xhtml index 1052e2a9bfb..e94098ebbbe 100644 --- a/toolkit/crashreporter/content/crashes.xhtml +++ b/toolkit/crashreporter/content/crashes.xhtml @@ -28,6 +28,9 @@ th[chromedir="rtl"] { th:first-child { -moz-padding-end: 2em; } +:link { + display: block; +} /* date */ td:first-child + td { -moz-padding-start: 1em;