/[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 2749 by schoenebeck, Wed Apr 29 11:03:36 2015 UTC revision 2959 by schoenebeck, Sat Jul 16 16:41:24 2016 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 787  article note { Line 795  article note {
795      max-width:         calc(100% - 145px);      max-width:         calc(100% - 145px);
796  }  }
797    
798    article td > note {
799        display:block; /*HACK: override "table" default value assigned above in the context of a table cell, otherwise padding will be ignored */
800    }
801    
802  article note.important {  article note.important {
803      border-left:solid 10px #ff4141;      border-left:solid 10px #ff4141;
804  }  }
# Line 805  article > img, example > img { Line 817  article > img, example > img {
817  article p img {  article p img {
818      display:inline-block;      display:inline-block;
819      float:left;      float:left;
820      margin:4px 20px 0px 0px;      margin:4px 20px 19px 0px;
821      padding:0 0 0 0;      padding:0 0 0 0;
822      /*border:solid 1px #8e8e8e;*/      /*border:solid 1px #8e8e8e;*/
823      border:none;      border:none;

Legend:
Removed from v.2749  
changed lines
  Added in v.2959

  ViewVC Help
Powered by ViewVC