Commit 65a0c178 authored by Jakob Moser's avatar Jakob Moser
Browse files

Use consistent DOM in single.php

parent e436c468
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,8 +36,8 @@ get_header();
            <?php the_content(); ?>
        </div>
        <footer>
            <div class="post-meta-author"><?php the_author_meta('display_name'); ?></div>
            <time><?php the_date(); ?></time>
            <div class="author"><?php the_author_meta('display_name'); ?></div>
            <div class="published date"><time><?php the_date(); ?></time></div>
        </footer>
    </article>
</main>
+1 −1
Original line number Diff line number Diff line
@@ -343,7 +343,7 @@ article .content img {
    height: auto;
}

article footer time {
article footer .date {
    font-size: 0.7em;
    display: block;
}