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

Diff of /doc/tmpl/css/main.css

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

revision 2737 by schoenebeck, Tue Apr 28 13:50:25 2015 UTC revision 2738 by schoenebeck, Tue Apr 28 17:24:16 2015 UTC
# Line 859  article example { Line 859  article example {
859      padding:5px 15px 8px 24px;      padding:5px 15px 8px 24px;
860  }  }
861    
862    article dir {
863        display:block;
864        list-style-type:none;
865        background-image:url('../pix/folder.png');
866        background-repeat:no-repeat;
867        background-position:2px top;
868        padding:0px;
869        margin:0px;
870        font-family:CRDCour;
871        color:#000000;
872    }
873    
874    article > dir {
875        padding-left:66px;
876        background-position:36px top;
877    }
878    
879    article dir > * {
880        padding-top:2px;
881        padding-bottom:2px;
882        padding-left:31px;
883    }
884    
885    article dir file {
886        display:block;
887        list-style-type:none;
888        background-image:url('../pix/file.png');
889        background-repeat:no-repeat;
890        background-position:2px top;
891        font-family:CRDCour;
892        color:#6f6f6f;
893    }
894    
895    
896    
897  /* article footer */  /* article footer */

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

  ViewVC Help
Powered by ViewVC