summaryrefslogtreecommitdiff
path: root/rt/html/NoAuth/css
diff options
context:
space:
mode:
Diffstat (limited to 'rt/html/NoAuth/css')
-rw-r--r--rt/html/NoAuth/css/3.5-default/main.css1
-rwxr-xr-xrt/html/NoAuth/css/3.5-default/misc.css5
2 files changed, 4 insertions, 2 deletions
diff --git a/rt/html/NoAuth/css/3.5-default/main.css b/rt/html/NoAuth/css/3.5-default/main.css
index 13f1ba621..7c4fa5a20 100644
--- a/rt/html/NoAuth/css/3.5-default/main.css
+++ b/rt/html/NoAuth/css/3.5-default/main.css
@@ -58,4 +58,5 @@
@import "nav.css";
@import "header.css";
@import "footer.css";
+@import "freeside.css";
diff --git a/rt/html/NoAuth/css/3.5-default/misc.css b/rt/html/NoAuth/css/3.5-default/misc.css
index 9e83ef448..cf3b54ca4 100755
--- a/rt/html/NoAuth/css/3.5-default/misc.css
+++ b/rt/html/NoAuth/css/3.5-default/misc.css
@@ -49,7 +49,8 @@ body {
font-family: Verdana, sans-serif;
font-size: 76%;
margin: 0;
- background-color: white;
+ /* background-color: white; */
+ background-color: #e8e8e8;
}
.hide, .hidden { display: none !important; }
@@ -70,7 +71,7 @@ body {
font-size: 1.5em;
}
-.evenline { background-color: white; }
+.evenline { background-color: #fe00f8; }
.oddline { background-color: #ddd; }
td {