The up/down arrows are now positioned using the ralign class rather than a table.
Signed-off-by: Francois Gouget fgouget@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;