From 890ea9c5c9f71bf3a5ed725e801d33eb4ec432ea Mon Sep 17 00:00:00 2001 From: "alqahira%ardisson.org" Date: Fri, 9 May 2008 17:10:00 +0000 Subject: [PATCH] Bug 432770 - Sync dirListing.css with changes from bug 428250 (no more random white-space as hit target). Patch by Philippe Wittenbergh, r=me, sr=smorgan git-svn-id: svn://10.0.0.236/trunk@251466 18797224-902f-48f8-a5cc-f745e15eee43 --- .../skin/classic/global/dirListing/dirListing.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/camino/embed-replacements/skin/classic/global/dirListing/dirListing.css b/mozilla/camino/embed-replacements/skin/classic/global/dirListing/dirListing.css index bf766ab70a5..885f6df80ed 100755 --- a/mozilla/camino/embed-replacements/skin/classic/global/dirListing/dirListing.css +++ b/mozilla/camino/embed-replacements/skin/classic/global/dirListing/dirListing.css @@ -100,7 +100,7 @@ th:last-child { text-align: center; } -table[order] > thead > tr > th:hover { +th:hover > a { text-decoration: underline; }