Add subheadings as official style

This commit is contained in:
Markus Koch 2017-10-08 18:03:50 +02:00
parent 61b7ba3195
commit 4d93e52da5
2 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,11 @@
if (!isset($CMS_ACTIVE) or !renderPost()) return; if (!isset($CMS_ACTIVE) or !renderPost()) return;
?> ?>
<h2 class="subheading">-- Subheading</h2>
<p>
<?php includeGraphics("Post image", "2017/fft.png", $preview=""); ?>
</p>
<p> <p>
<?php <?php
includeVideo("https://www.youtube.com/embed/fzQ6gRAEoy0"); includeVideo("https://www.youtube.com/embed/fzQ6gRAEoy0");

View File

@ -203,6 +203,9 @@ blogheading a {
color: inherit; color: inherit;
text-decoration: inherit; text-decoration: inherit;
} }
.subheading {
margin-top: 2px;
}
.postSeparator { .postSeparator {
border:0px; border:0px;
margin-top: 20px; margin-top: 20px;