summaryrefslogtreecommitdiffstats
path: root/Tools/TestResultServer/stylesheets/testfile.css
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/TestResultServer/stylesheets/testfile.css')
-rw-r--r--Tools/TestResultServer/stylesheets/testfile.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/Tools/TestResultServer/stylesheets/testfile.css b/Tools/TestResultServer/stylesheets/testfile.css
deleted file mode 100644
index 1b0921ce7..000000000
--- a/Tools/TestResultServer/stylesheets/testfile.css
+++ /dev/null
@@ -1,30 +0,0 @@
-body {
- font-family: Verdana, Helvetica, sans-serif;
- padding: 0px;
- color: #444;
-}
-h1 {
- color: #444;
- font-size: 14pt;
- font-style: italic;
- margin: 0px;
- padding: 5px;
-}
-table {
- border-spacing: 0px;
-}
-th {
- background-color: #AAA;
- color: white;
- text-align: left;
- padding: 5px;
- font-size: 12pt;
-}
-td {
- font-size: 11pt;
- padding: 3px;
- text-align: left;
-}
-tr:hover {
- background-color: #EEE;
-}