[Tools] winetest: Remove the legacy CSS styles.

Francois Gouget fgouget at free.fr
Wed May 28 03:54:36 CDT 2008


---

As far as I can see none of the results on the site use these anymore.

 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;
 }
-- 
1.5.5.1




More information about the wine-patches mailing list