Francois Gouget : winetest: Remove the legacy CSS styles.

Alexandre Julliard julliard at winehq.org
Wed May 28 05:49:10 CDT 2008


Module: tools
Branch: master
Commit: 625a9f264658a25d008108e7b8c9b5a1027155d9
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=625a9f264658a25d008108e7b8c9b5a1027155d9

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed May 28 10:54:36 2008 +0200

winetest: Remove the legacy CSS styles.

---

 winetest/summary.css |   92 --------------------------------------------------
 1 files changed, 0 insertions(+), 92 deletions(-)

diff --git a/winetest/summary.css b/winetest/summary.css
index a7b4e31..0542564 100644
--- a/winetest/summary.css
+++ b/winetest/summary.css
@@ -39,98 +39,6 @@ h3, p.legend {
 .also-skip {
         border-right-color: #0070ff;
 }
-
-/* Styles kept for compatibility with old reports */
-.vis_pass {
-        background-color: #60ff60;
-        border-right-style: solid;
-        border-left-style: solid;
-        border-width: thick;
-        border-left-color: #60ff60;
-        border-right-color: #0070ff;
-}
-.vis_fail {
-        background-color: #ff5050;
-        border-right-style: solid;
-        border-left-style: solid;
-        border-width: thick;
-        border-left-color: #ff5050;
-        border-right-color: #0070ff;
-}
-.skip_pass {
-        background-color: #60ff60;
-        border-right-style: solid;
-        border-left-style: solid;
-        border-width: thick;
-        border-left-color: #60ff60;
-        border-right-color: #0070ff;
-}
-.skip_mixed {
-        background-color: #ffff40;
-        border-right-style: solid;
-        border-left-style: solid;
-        border-width: thick;
-        border-left-color: #ffff40;
-        border-right-color: #0070ff;
-}
-.skip_fail {
-        background-color: #ff5050;
-        border-right-style: solid;
-        border-left-style: solid;
-        border-width: thick;
-        border-left-color: #ff5050;
-        border-right-color: #0070ff;
-}
-.todo_pass {
-        background-color: #60ff60;
-        border-right-style: solid;
-        border-left-style: solid;
-        border-width: thick;
-        border-left-color: #ff9b49;
-        border-right-color: #60ff60;
-}
-.todo_mixed {
-        background-color: #ffff40;
-        border-right-style: solid;
-        border-left-style: solid;
-        border-width: thick;
-        border-left-color: #ff9b49;
-        border-right-color: #ffff40;
-}
-.todo_fail {
-        background-color: #ff5050;
-        border-right-style: solid;
-        border-left-style: solid;
-        border-width: thick;
-        border-left-color: #ff9b49;
-        border-right-color: #ff5050;
-}
-.todo_skip_pass {
-        background-color: #60ff60;
-        border-right-style: solid;
-        border-left-style: solid;
-        border-width: thick;
-        border-left-color: #ff9b49;
-        border-right-color: #0070ff;
-}
-.todo_skip_mixed {
-        background-color: #ffff40;
-        border-right-style: solid;
-        border-left-style: solid;
-        border-width: thick;
-        border-left-color: #ff9b49;
-        border-right-color: #0070ff;
-}
-.todo_skip_fail {
-        background-color: #ff5050;
-        border-right-style: solid;
-        border-left-style: solid;
-        border-width: thick;
-        border-left-color: #ff9b49;
-        border-right-color: #0070ff;
-}
-/* End of legacy styles */
-
 td {
         text-align: center;
 }




More information about the wine-cvs mailing list