From 323168b8afdb531224ab2164c8ddec2a66164662 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Tue, 19 Aug 2008 07:36:08 +0000 Subject: [PATCH] cleaning WebContent/ITMILL directory svn changeset:5210/svn branch:trunk --- .../ITMILL/themes/testingtools/styles.css | 49 ------------------- 1 file changed, 49 deletions(-) delete mode 100644 WebContent/ITMILL/themes/testingtools/styles.css diff --git a/WebContent/ITMILL/themes/testingtools/styles.css b/WebContent/ITMILL/themes/testingtools/styles.css deleted file mode 100644 index 8206e239d1..0000000000 --- a/WebContent/ITMILL/themes/testingtools/styles.css +++ /dev/null @@ -1,49 +0,0 @@ -@import url(../default/styles.css); - -.resulttable { - border-spacing: 0px; - margin: 0px 0px 0px 0px; - width: 100%; - border-left: 1px solid #b6bbbc; -} - -.resulttable TR.error { - background-color: #ffeeee; -} -.resulttable TR.warn { - background-color: #ffffee; -} -.resulttable TR.even { - background-color: #eeeeee; -} -.resulttable .line { - text-align: right; - border-right: 1px solid #cccccc; -} -.resulttable .line A { - color: #666666; - text-decoration: none; -} -.resulttable .error .line A { - color: red; -} -.resulttable .warn .line A { - color: green; -} - -.resulttable .code { - white-space: nowrap; - font-family: monospace; - border-right: 1px solid #cccccc; - padding: 3px 3px 3px 7px; -} -.resulttable .msg { - padding: 5px 10px 5px 10px; - white-space: nowrap; -} -.resulttable .msg span { - color: green; -} -.resulttable .msg span.err { - color: red; -} -- 2.39.5