/[svn]/doc/tmpl/css/preview.css
ViewVC logotype

Diff of /doc/tmpl/css/preview.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2960 by schoenebeck, Sat Jul 16 16:41:24 2016 UTC revision 2961 by schoenebeck, Sun Jul 17 14:13:50 2016 UTC
# Line 74  body p { Line 74  body p {
74      clear:both;      clear:both;
75  }  }
76    
77    /* automatically center the 1st paragraph (block) directly after a h1 type header (since that header type is centered as well) */
78    body h1 + p {
79        display:table; /*HACK: "block" would stretch the entire page width */
80        margin-left:auto;
81        margin-right:auto;
82    }
83    
84  body a {  body a {
85      font-weight:400;      font-weight:400;
86      color:#1ba1dd;      color:#1ba1dd;

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

  ViewVC Help
Powered by ViewVC