changed br to div clear
This commit is contained in:
parent
ec738f014b
commit
923fc243fe
|
@ -14,8 +14,8 @@ Template Name: Archives
|
|||
<ul><?php wp_get_archives('type=monthly') ?></ul>
|
||||
<h2><?php _e('Archives by Subject:','comicpress'); ?></h2>
|
||||
<ul><?php wp_list_categories() ?></ul>
|
||||
<br class="clear-margins" />
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div class="post-page-foot"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue