Commit ae66c048 authored by Jakob Moser's avatar Jakob Moser
Browse files

Style more headers

parent d72ad78e
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -42,11 +42,10 @@ get_header();

        <aside>
            <ul>
                <?php
                    for ($i = 1; $i < 4; $i++) {
                        echo '<li><a href="'.get_permalink($recent_posts[$i]["ID"]).'" class="post-title-box">'.$recent_posts[$i]["post_title"].'</a></li>';
                    }
                ?>
                <?php for ($i = 1; $i < 4; $i++): ?>
                    <li><a href="<?php get_permalink($recent_posts[$i]["ID"])?>" class="headinglike"><?php $recent_posts[$i]["post_title"]?></a></li>
                <?php endfor; ?>
                     
            </ul>
            <div class="more">
                <a href="<?php echo home_url()."/blog/"; ?>"><?php
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ article .content h2 {
    border-width: 0px 0px 0px 2px;
}

article > header h1 {
article > header h1, article > header h3 a, .headinglike {
    display: inline-block;
    padding: 0.5em;
    background-color: rgba(0, 0, 0, 0.8);