/[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 2734 by schoenebeck, Tue Apr 28 13:28:03 2015 UTC revision 2740 by schoenebeck, Tue Apr 28 22:21:20 2015 UTC
# Line 555  article a { Line 555  article a {
555      border:none;      border:none;
556  }  }
557    
558    article a img {
559        border:none;
560        text-decoration:none;
561    }
562    
563  article a:hover {  article a:hover {
564      text-decoration:underline;      text-decoration:underline;
565  }  }
# Line 854  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        font-size:15px;
872        color:#000000;
873    }
874    
875    article > dir {
876        padding-left:66px;
877        background-position:36px top;
878    }
879    
880    article dir > * {
881        padding-top:2px;
882        padding-bottom:2px;
883        padding-left:31px;
884    }
885    
886    article dir file {
887        display:block;
888        list-style-type:none;
889        background-image:url('../pix/file.png');
890        background-repeat:no-repeat;
891        background-position:2px top;
892        font-family:CRDCour;
893        font-size:15px;
894        color:#6f6f6f;
895    }
896    
897    
898    
899  /* article footer */  /* article footer */

Legend:
Removed from v.2734  
changed lines
  Added in v.2740

  ViewVC Help
Powered by ViewVC