/[svn]/doc/tmpl/css/preview.css
ViewVC logotype

Diff of /doc/tmpl/css/preview.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2737 by schoenebeck, Tue Apr 28 15:02:07 2015 UTC revision 2738 by schoenebeck, Tue Apr 28 17:24:16 2015 UTC
# Line 381  body example { Line 381  body example {
381      margin:0px, 20px, 0px, 20px;      margin:0px, 20px, 0px, 20px;
382      padding:5px 15px 8px 24px;      padding:5px 15px 8px 24px;
383  }  }
384    
385    body dir {
386        display:block;
387        list-style-type:none;
388        background-image:url('../pix/folder.png');
389        background-repeat:no-repeat;
390        background-position:2px top;
391        padding:0px;
392        margin:0px;
393        font-family:CRDCour;
394        color:#000000;
395    }
396    
397    body > dir {
398        padding-left:66px;
399        background-position:36px top;
400    }
401    
402    body dir > * {
403        padding-top:2px;
404        padding-bottom:2px;
405        padding-left:31px;
406    }
407    
408    body dir file {
409        display:block;
410        list-style-type:none;
411        background-image:url('../pix/file.png');
412        background-repeat:no-repeat;
413        background-position:2px top;
414        font-family:CRDCour;
415        color:#6f6f6f;
416    }

Legend:
Removed from v.2737  
changed lines
  Added in v.2738

  ViewVC Help
Powered by ViewVC