includes/clientside/css/enano-shared.css
changeset 39 c83ff194977a
parent 32 4d87aad3c4c0
child 42 45ebe475ff75
equal deleted inserted replaced
38:ed06961e54dd 39:c83ff194977a
   413   background-image: url(../../../images/thumbnail.png);
   413   background-image: url(../../../images/thumbnail.png);
   414   background-position: top right;
   414   background-position: top right;
   415   background-repeat: no-repeat;
   415   background-repeat: no-repeat;
   416 }
   416 }
   417 
   417 
       
   418 /* Tables where diffs are shown */
       
   419 table.diff, td.diff-otitle, td.diff-ntitle { background-color: white; }
       
   420 td.diff-addedline { background: #cfc; font-size: smaller; }
       
   421 td.diff-deletedline { background: #ffa; font-size: smaller; }
       
   422 td.diff-context { background: #eee; font-size: smaller; }
       
   423 span.diffchange { color: red; font-weight: bold; }
       
   424