Francois Gouget : winetest/css: Fix the div.updownbar index pages' CSS style.

Alexandre Julliard julliard at winehq.org
Tue Apr 20 16:26:03 CDT 2021


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Apr 20 16:42:36 2021 +0200

winetest/css: Fix the div.updownbar index pages' CSS style.

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

---

 winetest/report.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/winetest/report.css b/winetest/report.css
index 3cb2e98..eafbe42 100644
--- a/winetest/report.css
+++ b/winetest/report.css
@@ -29,8 +29,7 @@ div.output, div.test {
 }
 
 div.updownbar {
-    padding: 10px
-    margin-top: 10px;
+    padding: 4px;
     margin-bottom: 5px;
     font-size: large;
     background-color: #601919;




More information about the wine-cvs mailing list