Diff for /loncom/interface/loncommon.pm between versions 1.860 and 1.861

version 1.860, 2009/07/14 12:04:50 version 1.861, 2009/07/14 17:33:43
Line 5562  table.LC_docs_documents td.LC_docs_docum Line 5562  table.LC_docs_documents td.LC_docs_docum
   padding: 4px;    padding: 4px;
 }  }
   
 .LC_docs_entry_move {  div.LC_docs_entry_move {
   border: 1px solid #BBBBBB;    border: 1px solid #BBBBBB;
   background: #DDDDDD;    background: #DDDDDD;
     width: 22px;
   padding: 1px;    padding: 1px;
   margin: 0;    margin: 0;
 }  }
   
 table.LC_data_table tr > td.LC_docs_entry_commands {  table.LC_data_table tr > td.LC_docs_entry_commands,
   table.LC_data_table tr > td.LC_docs_entry_parameter {
   background: #DDDDDD;    background: #DDDDDD;
   font-size: x-small;    font-size: x-small;
 }  }
   
   .LC_docs_entry_parameter {
     white-space: nowrap;
   }
   
 .LC_docs_copy {  .LC_docs_copy {
   color: #000099;    color: #000099;
 }  }
Line 5595  table.LC_data_table tr > td.LC_docs_entr Line 5601  table.LC_data_table tr > td.LC_docs_entr
   font-size: x-small;    font-size: x-small;
 }  }
   
 table.LC_data_table tr > td.LC_docs_entry_parameter {  
   background: #BBBBFF;  
   font-size: x-small;  
   white-space: nowrap;  
 }  
   
 table.LC_docs_adddocs td,  table.LC_docs_adddocs td,
 table.LC_docs_adddocs th {  table.LC_docs_adddocs th {
   border: 1px solid #BBBBBB;    border: 1px solid #BBBBBB;

Removed from v.1.860  
changed lines
  Added in v.1.861


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