summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/automation/regression/style.css')
-rwxr-xr-xscripts/automation/regression/style.css54
1 files changed, 0 insertions, 54 deletions
diff --git a/scripts/automation/regression/style.css b/scripts/automation/regression/style.css
deleted file mode 100755
index b5996af1..00000000
--- a/scripts/automation/regression/style.css
+++ /dev/null
@@ -1,54 +0,0 @@
-html {overflow-y:scroll;}
-
-body {
- font-size:12px;
- color:#000000;
- background-color:#ffffff;
- margin:0px;
- font-family:verdana,helvetica,arial,sans-serif;
-}
-
-div {width:100%;}
-
-table,th,td,input,textarea {
- font-size:100%;
-}
-
-table.reference, table.reference_fail {
- background-color:#ffffff;
- border:1px solid #c3c3c3;
- border-collapse:collapse;
- vertical-align:middle;
-}
-
-table.reference th {
- background-color:#e5eecc;
- border:1px solid #c3c3c3;
- padding:3px;
-}
-
-table.reference_fail th {
- background-color:#ffcccc;
- border:1px solid #c3c3c3;
- padding:3px;
-}
-
-
-table.reference td, table.reference_fail td {
- border:1px solid #c3c3c3;
- padding:3px;
-}
-
-a.example {font-weight:bold}
-
-#a:link,a:visited {color:#900B09; background-color:transparent}
-#a:hover,a:active {color:#FF0000; background-color:transparent}
-
-.linktr {
- cursor: pointer;
-}
-
-.linktext {
- color:#0000FF;
- text-decoration: underline;
-} \ No newline at end of file