summaryrefslogtreecommitdiff
path: root/rt/html/NoAuth/css/3.5-default/misc.css
diff options
context:
space:
mode:
authorivan <ivan>2009-07-12 23:22:06 +0000
committerivan <ivan>2009-07-12 23:22:06 +0000
commita404926bbec025159de0611ce95783488a8bd241 (patch)
tree5ea1765c7d659f551bc3d7a9b24790657facd20a /rt/html/NoAuth/css/3.5-default/misc.css
parent8517a04eae51c3964f88bf4b72211ff4a763d8b0 (diff)
resolve style weirdness (fallout from RT integration), especially non-fixed-width comment boxes, menu/searchbar differences, RT#1169
Diffstat (limited to 'rt/html/NoAuth/css/3.5-default/misc.css')
-rwxr-xr-xrt/html/NoAuth/css/3.5-default/misc.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/rt/html/NoAuth/css/3.5-default/misc.css b/rt/html/NoAuth/css/3.5-default/misc.css
index ddb2e687b..cf7068a87 100755
--- a/rt/html/NoAuth/css/3.5-default/misc.css
+++ b/rt/html/NoAuth/css/3.5-default/misc.css
@@ -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; */
@@ -74,9 +75,11 @@ body {
.evenline { background-color: white; }
.oddline { background-color: #ddd; }
+/*
td {
padding: 0.1em 0.5em 0.1em 0.5em;
}
+*/
.clear { clear: both; }