Diff for /loncom/interface/loncommon.pm between versions 1.793 and 1.794

version 1.793, 2009/04/24 05:28:55 version 1.794, 2009/04/24 13:02:09
Line 4628  form, .inline { display: inline; } Line 4628  form, .inline { display: inline; }
   color: #999999;    color: #999999;
 }  }
   
   .LC_discussion {
      background: $tabbg;
      border: 1px solid black;
      margin: 2px;
   }
   
   .LC_disc_action_links_bar {
      background: $tabbg;
      font-family: $sans;
      border: 0px;
      margin: 2px;
   }
   
   .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;
Line 5625  h2,h3,h4,h5,h6 Line 5658  h2,h3,h4,h5,h6
         padding: 0px;          padding: 0px;
 }  }
   
 p, .LC_ContentBox {  
  padding: 10px;  
   
 }  
 .LC_FormSectionClearButton input {  .LC_FormSectionClearButton input {
         background-color:transparent;          background-color:transparent;
         border:0px;          border:0px;

Removed from v.1.793  
changed lines
  Added in v.1.794


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