Diff for /loncom/interface/loncommon.pm between versions 1.146 and 1.147

version 1.146, 2003/11/10 01:58:29 version 1.147, 2003/11/10 01:59:55
Line 2139  sub bodytag { Line 2139  sub bodytag {
 # construct main body tag  # construct main body tag
     my $bodytag = <<END;      my $bodytag = <<END;
 <style>  <style>
 h1, h2, h3, th, a { font-family: Arial, Helvetica, sans-serif }  h1, h2, h3, th { font-family: Arial, Helvetica, sans-serif }
 a:hover { color: black; background: yellow }  a:hover { color: black; background: yellow }
 a:focus { color: red; background: yellow }   a:focus { color: red; background: yellow } 
 </style>  </style>

Removed from v.1.146  
changed lines
  Added in v.1.147


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>