--- doc/tmpl/css/preview.css 2016/07/17 12:10:06 2960 +++ doc/tmpl/css/preview.css 2016/07/17 14:13:50 2961 @@ -74,6 +74,13 @@ clear:both; } +/* automatically center the 1st paragraph (block) directly after a h1 type header (since that header type is centered as well) */ +body h1 + p { + display:table; /*HACK: "block" would stretch the entire page width */ + margin-left:auto; + margin-right:auto; +} + body a { font-weight:400; color:#1ba1dd;