/[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 2821 by schoenebeck, Sat Jul 18 21:05:47 2015 UTC revision 2959 by schoenebeck, Sat Jul 16 16:41:24 2016 UTC
# Line 564  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 791  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  }  }

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

  ViewVC Help
Powered by ViewVC