Commit 1fbc3924 authored by Jakob Moser's avatar Jakob Moser
Browse files

Make DOM for blog entry items consistent with posts / pages

parent 833be435
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ get_header();
            </div>

            <footer>
                <time><?php the_date(); ?></time>
                <div class="published date"><time><?php the_date(); ?></time></div>
            </footer>
        </article>
    <?php endwhile; ?>
+1 −1
Original line number Diff line number Diff line
@@ -606,7 +606,7 @@ main.list .content {
    margin-top: 1.5em;
}

main.list footer time {
main.list footer .date {
    position: absolute;
    top: 0.5em;
    right: 1em;