[BACK]Return to cvsweb.css CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb / css

Diff for /cvsweb/css/cvsweb.css between version 4.3 and 4.5

version 4.3, 2019/11/11 13:15:10 version 4.5, 2019/11/11 15:15:34
Line 82  table.dir * tr.odd {
Line 82  table.dir * tr.odd {
 table.dir * td.file, table.dir * td.dir {  table.dir * td.file, table.dir * td.dir {
   white-space: nowrap;    white-space: nowrap;
 }  }
 /* Graph link column */  
 table.dir * td.graph {  
   padding-left: 3px;  
   padding-right: 3px;  
   text-align: center;  
   width: 1%;  
 }  
 /* Age column */  /* Age column */
 table.dir * td.age {  table.dir * td.age {
   color: #000;    color: #000;
Line 176  table.dir * td.log {
Line 169  table.dir * td.log {
 /* Empty changed lines */  /* Empty changed lines */
 .diff-changed-missing {  .diff-changed-missing {
   background-color: #ee6;    background-color: #ee6;
 }  
 /* Unchanged text in ediffs */  
 .diff-unchanged {  
   background-color: #ccc;  
 }  }
   
 /* Current revision lines in annotate view */  /* Current revision lines in annotate view */

Legend:
Removed from v.4.3  
changed lines
  Added in v.4.5

CVSweb