Diff for /loncom/interface/loncommon.pm between versions 1.795 and 1.797

version 1.795, 2009/04/25 16:53:13 version 1.797, 2009/04/25 21:35:13
Line 4679  form, .inline { Line 4679  form, .inline {
    margin: 2px;     margin: 2px;
 }  }
   
 .LC_success_confirm {  
    font-family: $sans;  
    color: darkgreen;  
 }   
   
 table.LC_pastsubmission {  table.LC_pastsubmission {
   border: 1px solid black;    border: 1px solid black;
   margin: 2px;    margin: 2px;
Line 5442  table.LC_prior_tries td { Line 5437  table.LC_prior_tries td {
 }  }
   
 .LC_answer_charged_try {  .LC_answer_charged_try {
   background: lightred;    background: #FFAAAA;
   font-family: $sans;    font-family: $sans;
   color: darkred;    color: darkred;
   padding: 6px;    padding: 6px;

Removed from v.1.795  
changed lines
  Added in v.1.797


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