/[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 2738 by schoenebeck, Tue Apr 28 17:24:16 2015 UTC revision 2831 by schoenebeck, Fri Jul 24 12:26:01 2015 UTC
# Line 547  article h3 { Line 547  article h3 {
547      font-weight:300;      font-weight:300;
548  }  }
549    
550    article p {
551        clear:both;
552    }
553    
554  article a {  article a {
555      font-weight:400;      font-weight:400;
556      color:#1ba1dd;      color:#1ba1dd;
# Line 560  article a img { Line 564  article a img {
564      text-decoration:none;      text-decoration:none;
565  }  }
566    
567    article li img {
568        float:left;
569    }
570    
571  article a:hover {  article a:hover {
572      text-decoration:underline;      text-decoration:underline;
573  }  }
# Line 805  article > img, example > img { Line 813  article > img, example > img {
813  article p img {  article p img {
814      display:inline-block;      display:inline-block;
815      float:left;      float:left;
816      margin:4px 20px 0px 0px;      margin:4px 20px 19px 0px;
817      padding:0 0 0 0;      padding:0 0 0 0;
818      /*border:solid 1px #8e8e8e;*/      /*border:solid 1px #8e8e8e;*/
819      border:none;      border:none;
# Line 868  article dir { Line 876  article dir {
876      padding:0px;      padding:0px;
877      margin:0px;      margin:0px;
878      font-family:CRDCour;      font-family:CRDCour;
879        font-size:15px;
880      color:#000000;      color:#000000;
881  }  }
882    
883  article > dir {  article > dir, example > dir {
884      padding-left:66px;      padding-left:66px;
885      background-position:36px top;      background-position:36px top;
886  }  }
# Line 889  article dir file { Line 898  article dir file {
898      background-repeat:no-repeat;      background-repeat:no-repeat;
899      background-position:2px top;      background-position:2px top;
900      font-family:CRDCour;      font-family:CRDCour;
901        font-size:15px;
902      color:#6f6f6f;      color:#6f6f6f;
903  }  }
904    

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

  ViewVC Help
Powered by ViewVC