cleaned up unnecessary br

This commit is contained in:
mindfaucet 2009-11-16 23:29:43 -07:00
parent 58201bac4e
commit 7a248c7acf
1 changed files with 1 additions and 5 deletions

View File

@ -40,7 +40,6 @@
<?php } ?> <?php } ?>
<div class="searchresults"><?php printf(__ngettext("%d item.", "%d items.", $count,'comicpress'),$count); ?></div> <div class="searchresults"><?php printf(__ngettext("%d item.", "%d items.", $count,'comicpress'),$count); ?></div>
</div> </div>
<br class="clear-margins" />
</div> </div>
<div class="post-page-foot"></div> <div class="post-page-foot"></div>
</div> </div>
@ -86,9 +85,8 @@
<div class="clear"></div> <div class="clear"></div>
</div> </div>
<div class="comicarchiveframe" style="width:<?php echo $archive_comic_width; ?>px;"> <div class="comicarchiveframe" style="width:<?php echo $archive_comic_width; ?>px;">
<a href="<?php the_permalink() ?>"><img src="<?php the_comic_archive() ?>" alt="<?php the_title() ?>" title="Click for full size." width="<?php echo $archive_comic_width ?>" /></a><br /> <a href="<?php the_permalink() ?>"><img src="<?php the_comic_archive() ?>" alt="<?php the_title() ?>" title="Click for full size." width="<?php echo $archive_comic_width ?>" /></a>
</div> </div>
<br class="clear-margins" />
</div> </div>
<div class="post-comic-foot"></div> <div class="post-comic-foot"></div>
</div> </div>
@ -122,7 +120,6 @@
} else { } else {
the_excerpt(); the_excerpt();
} ?> } ?>
<br class="clear-margins" />
<div class="post-extras"> <div class="post-extras">
<div class="tags"> <div class="tags">
<?php the_tags(__('&#9492; Tags:','comicpress'),'','','<br />'); ?> <?php the_tags(__('&#9492; Tags:','comicpress'),'','','<br />'); ?>
@ -143,7 +140,6 @@
<h3><?php _e('No posts found.','comicpress'); ?></h3> <h3><?php _e('No posts found.','comicpress'); ?></h3>
<p><?php _e('Try another search?','comicpress'); ?></p> <p><?php _e('Try another search?','comicpress'); ?></p>
<p><?php include(get_template_directory() . '/searchform.php') ?></p> <p><?php include(get_template_directory() . '/searchform.php') ?></p>
<br class="clear-margins" />
</div> </div>
<div class="post-foot"></div> <div class="post-foot"></div>
</div> </div>