[tools] winetest: Remove the unused td.arrow CSS style.
1 Jul
2021
1 Jul
'21
12:50 p.m.
The up/down arrows are now positioned using the ralign class rather than a table. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- winetest/report.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/winetest/report.css b/winetest/report.css index 80be53dbe..b558c6ff7 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; -- 2.20.1
1627
Age (days ago)
1627
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget