diff options
Diffstat (limited to 'rt/html/NoAuth/css/3.5-default/misc.css')
-rwxr-xr-x | rt/html/NoAuth/css/3.5-default/misc.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/rt/html/NoAuth/css/3.5-default/misc.css b/rt/html/NoAuth/css/3.5-default/misc.css index 038e65def..cf7068a87 100755 --- a/rt/html/NoAuth/css/3.5-default/misc.css +++ b/rt/html/NoAuth/css/3.5-default/misc.css @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC %# <jesse@bestpractical.com> %# %# (Except where explicitly superseded by other copyright notices) @@ -24,7 +24,7 @@ %# along with this program; if not, write to the Free Software %# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA %# 02110-1301 or visit their web page on the internet at -%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html. +%# http://www.gnu.org/copyleft/gpl.html. %# %# %# CONTRIBUTION SUBMISSION POLICY: @@ -46,10 +46,12 @@ %# %# 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; + /* background-color: white; */ + background-color: #e8e8e8; } .hide, .hidden { display: none !important; } @@ -73,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; } |