Diff for /loncom/interface/loncommon.pm between versions 1.692.4.18 and 1.692.4.19

version 1.692.4.18, 2009/10/10 03:40:24 version 1.692.4.19, 2009/10/12 18:28:12
Line 4736  div.LC_confirm_box .LC_success img { Line 4736  div.LC_confirm_box .LC_success img {
   color: #999999;    color: #999999;
 }  }
   
   .LC_discussion {
      background: $tabbg;
      border: 1px solid black;
      margin: 2px;
   }
   
   .LC_disc_action_links_bar {
      background: $tabbg;
      border: none;
      margin: 4px;
   }
   
   .LC_disc_action_left {
      text-align: left;
   }
   
   .LC_disc_action_right {
      text-align: right;
   }
   
   .LC_disc_new_item {
      background: white;
      border: 2px solid red;
      margin: 2px;
   }
   
   .LC_disc_old_item {
      background: white;
      border: 1px solid black;
      margin: 2px;
   }
   
 table.LC_pastsubmission {  table.LC_pastsubmission {
   border: 1px solid black;    border: 1px solid black;
   margin: 2px;    margin: 2px;

Removed from v.1.692.4.18  
changed lines
  Added in v.1.692.4.19


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