Commit 2d09ca52 authored by Jakob Moser's avatar Jakob Moser
Browse files

Remove <br> for styling

parent 0f1252a4
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -22,22 +22,20 @@ get_header();
            echo "Blog";
        } ?>
    </h1>
    <br>

    <h2>Kategorien</h2>
    <br>

    <ul class="categories seamless box-links">
        <?php wp_list_categories(array('title_li'=>'')); ?>
    </ul>
    <br>
    <br>

    <h2>Archiv</h2>
    <br>

    <select onchange="document.location.href=this.options[this.selectedIndex].value;">
        <option>nach Monat</option>
        <?php wp_get_archives(array('format'=>'option')); ?>
    </select>
    <br>
    <br>

    <a href="<?php bloginfo('rss2_url'); ?>" class="rss">
        zum RSS-Feed
    </a>
+5 −0
Original line number Diff line number Diff line
@@ -643,6 +643,10 @@ main.list article > header h1 {
    left: 1.1em;
}

.list-meta > h2 {
    margin: 1em 0;
}

.list-meta > h1::before {
    display: inline-block;
    width: 1em;
@@ -666,6 +670,7 @@ main.list article > header h1 {
    font-size: 0.8em;
    color: #8d8d8d;
    text-align: right;
    margin-top: 2em;
}

.list-meta .categories li a {