--- loncom/interface/loncommon.pm 2007/04/16 22:50:44 1.523 +++ loncom/interface/loncommon.pm 2007/04/16 23:15:42 1.524 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.523 2007/04/16 22:50:44 albertel Exp $ +# $Id: loncommon.pm,v 1.524 2007/04/16 23:15:42 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4278,21 +4278,13 @@ span.LC_feedback_link { } table.LC_prior_tries { - border-width: 1px; - border-style: solid; - border-color: gray; - border-collapse: collapse; + border: 1px solid #000000; + border-collapse: separate; + border-spacing: 1px; } table.LC_prior_tries td { - border-width: 1px; - border-style: solid; - border-color: gray; - padding: 3px; -} -table.LC_prior_tries tr.LC_correct { - font-weight: bold; - background: #aaffaa; + padding: 2px; } .LC_answer_correct { @@ -4333,8 +4325,7 @@ table.LC_prior_option { border-collapse: collapse; } table.LC_prior_option tr td { - border-style: solid; - border-width: 1px + border: 1px solid #000000; } span.LC_nobreak { @@ -4383,7 +4374,7 @@ sub headtag { my $bgcolor = $args->{'bgcolor'} || &designparm($function.'.pgbg',$domain); my $url = join(':',$env{'user.name'},$env{'user.domain'}, $Apache::lonnet::perlvar{'lonVersion'}, - #time(), + time(), $env{'environment.color.timestamp'}, $function,$domain,$bgcolor);