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

Diff for /cvsweb/css/cvsweb.css between version 3.1 and 3.5

version 3.1, 2002/11/16 00:01:01 version 3.5, 2003/07/20 19:57:47
Line 10  th {
Line 10  th {
 }  }
 /* Source, diff and annotate views */  /* Source, diff and annotate views */
 .src {  .src {
     color: #000;
   background-color: #eee;    background-color: #eee;
     font-style: normal;
     font-weight: normal;
 }  }
 /* Navigation header for diffs and annotations */  /* Navigation header for diffs and annotations */
 .navigate-header {  .navigate-header {
Line 57  table.dir {
Line 60  table.dir {
 /* Empty lines */  /* Empty lines */
 .diff-empty {  .diff-empty {
   background-color: #ccc;    background-color: #ccc;
     font-size: smaller;
 }  }
 /* Added lines */  /* Added lines */
 .diff-added {  .diff-added {
Line 79  table.dir {
Line 83  table.dir {
 /* Empty changed lines */  /* Empty changed lines */
 .diff-changed-missing {  .diff-changed-missing {
   background-color: #9c9;    background-color: #9c9;
     font-size: smaller;
   }
   /* Download links */
   .download-link {
     font-weight: bold;
 }  }

Legend:
Removed from v.3.1  
changed lines
  Added in v.3.5

CVSweb