resolve style weirdness (fallout from RT integration), especially non-fixed-width...
[freeside.git] / rt / html / NoAuth / css / 3.5-default / misc.css
index cf3b54c..cf7068a 100755 (executable)
@@ -46,7 +46,8 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 body {
-    font-family: Verdana, sans-serif;
+    /* font-family: Verdana, sans-serif; */
+    font-family: Arial, Verdana, Helvetica, sans-serif;
     font-size: 76%;
     margin: 0;
     /* background-color: white; */
@@ -71,12 +72,14 @@ body {
     font-size: 1.5em;
 }
 
-.evenline { background-color: #fe00f8; }
+.evenline { background-color: white; }
 .oddline { background-color: #ddd; }
 
+/*
 td {
     padding: 0.1em 0.5em 0.1em 0.5em;
 }
+*/
 
 .clear { clear: both; }