Diff for /loncom/interface/loncommon.pm between versions 1.514 and 1.515

version 1.514, 2007/03/08 01:58:44 version 1.515, 2007/03/15 02:51:23
Line 4205  span.LC_feedback_link { Line 4205  span.LC_feedback_link {
     font-size: larger;      font-size: larger;
 }  }
   
   table.LC_prior_tries {
       border-width: 1px;
       border-style: solid;
       border-color: gray;
       border-collapse: collapse;
   }
   table.LC_prior_tries th,
   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;
   }
   span.LC_prior_numerical {
       font-family: monospace;
       white-space: pre;
   }
   
 END  END
 }  }
   

Removed from v.1.514  
changed lines
  Added in v.1.515


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