/[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 2959 by schoenebeck, Sat Jul 16 16:41:24 2016 UTC revision 2961 by schoenebeck, Sun Jul 17 14:13:50 2016 UTC
# Line 551  article p { Line 551  article p {
551      clear:both;      clear:both;
552  }  }
553    
554    /* automatically center the 1st paragraph (block) directly after a h1 type header (since that header type is centered as well) */
555    article h1 + p {
556        display:table; /*HACK: "block" would stretch the entire page width */
557        margin-left:auto;
558        margin-right:auto;
559    }
560    
561  article a {  article a {
562      font-weight:400;      font-weight:400;
563      color:#1ba1dd;      color:#1ba1dd;

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

  ViewVC Help
Powered by ViewVC