Skip to content

Commit

Permalink
fixes css
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrauch committed Sep 30, 2013
1 parent a6b434e commit 5884ed7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<?php if ( have_posts() ) : ?>

<header class="page-header center-content">
<h1 class="page-title">
<header id="begin">
<time class="center-content">
<?php
if ( is_category() ) {
printf( __( 'Category Archives: %s', 'symbol' ), '<span>' . single_cat_title( '', false ) . '</span>' );
Expand Down Expand Up @@ -50,7 +50,9 @@

}
?>
</h1>
</time>


<?php
if ( is_category() ) {
// show an optional category description
Expand Down

0 comments on commit 5884ed7

Please sign in to comment.