Diff for /loncom/interface/loncommon.pm between versions 1.858 and 1.859

version 1.858, 2009/07/13 14:38:31 version 1.859, 2009/07/13 17:34:29
Line 5571  table.LC_docs_documents td.LC_docs_docum Line 5571  table.LC_docs_documents td.LC_docs_docum
 }  }
   
 .LC_docs_entry_move {  .LC_docs_entry_move {
   border: none;    border: 1px solid #BBBBBB;
   border-collapse: collapse;  
 }  
   
 .LC_docs_entry_move td {  
   border: 2px solid #BBBBBB;  
   background: #DDDDDD;    background: #DDDDDD;
     padding: 1px;
     margin: 0;
 }  }
   
 .LC_docs_editor td.LC_docs_entry_commands {  table.LC_data_table tr > td.LC_docs_entry_commands {
   background: #DDDDDD;    background: #DDDDDD;
   font-size: x-small;    font-size: x-small;
 }  }
Line 5606  table.LC_docs_documents td.LC_docs_docum Line 5603  table.LC_docs_documents td.LC_docs_docum
   font-size: x-small;    font-size: x-small;
 }  }
   
 .LC_docs_editor td.LC_docs_entry_title,  table.LC_data_table tr > td.LC_docs_entry_parameter {
 .LC_docs_editor td.LC_docs_entry_icon {  
   background: #FFFFBB;  
 }  
   
 .LC_docs_editor td.LC_docs_entry_parameter {  
   background: #BBBBFF;    background: #BBBBFF;
   font-size: x-small;    font-size: x-small;
   white-space: nowrap;    white-space: nowrap;

Removed from v.1.858  
changed lines
  Added in v.1.859


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