Francois Gouget : winetest: Remove the unused td.arrow CSS style.

Alexandre Julliard julliard at winehq.org
Thu Jul 1 15:25:08 CDT 2021


Module: tools
Branch: master
Commit: a58e6db33be949a740baba49d7e232eb8b136435
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=a58e6db33be949a740baba49d7e232eb8b136435

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Jul  1 19:50:30 2021 +0200

winetest: Remove the unused td.arrow CSS style.

The up/down arrows are now positioned using the ralign class rather
than a table.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 winetest/report.css | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/winetest/report.css b/winetest/report.css
index 80be53d..b558c6f 100644
--- a/winetest/report.css
+++ b/winetest/report.css
@@ -65,10 +65,6 @@ table.output td {
     text-align: left;
 }
 
-td.arrow :link    { color: #ffffff; text-decoration: none; }
-td.arrow :visited { color: #ffffff; text-decoration: none; }
-td.arrow :hover   { color: #ffffff; text-decoration: underline; }
-
 .ralign {
     display: inline-block;
     float: right;




More information about the wine-cvs mailing list