Diff for /loncom/interface/loncommon.pm between versions 1.1285 and 1.1286

version 1.1285, 2017/07/13 15:29:56 version 1.1286, 2017/08/03 16:22:09
Line 6452  td.LC_menubuttons_text { Line 6452  td.LC_menubuttons_text {
   background: $tabbg;    background: $tabbg;
 }  }
   
   td.LC_zero_height {
     line-height: 0; 
     cellpadding: 0;
   }
   
 table.LC_data_table {  table.LC_data_table {
   border: 1px solid #000000;    border: 1px solid #000000;
   border-collapse: separate;    border-collapse: separate;
Line 7134  table.LC_data_table tr > td.LC_docs_entr Line 7139  table.LC_data_table tr > td.LC_docs_entr
   color: #440055;      color: #440055;  
 }  }
   
   .LC_domprefs_email,
 .LC_docs_alias_name,  .LC_docs_alias_name,
 .LC_docs_reinit_warn,  .LC_docs_reinit_warn,
 .LC_docs_ext_edit {  .LC_docs_ext_edit {

Removed from v.1.1285  
changed lines
  Added in v.1.1286


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