Reduce dependency on inline style. Props mdawaffe. fixes #6228

git-svn-id: http://svn.automattic.com/wordpress/trunk@7304 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-03-14 23:58:31 +00:00
parent d095605faa
commit 7a1db035a2
29 changed files with 127 additions and 95 deletions

View File

@@ -84,11 +84,11 @@ if ( isset($_GET['deleted']) ) {
<input type="submit" value="<?php _e( 'Search Links' ); ?>" class="button" />
</p>
<br style="clear:both;" />
<br class="clear" />
<div class="tablenav">
<div style="float: left">
<div class="alignleft">
<input type="submit" value="<?php _e('Delete'); ?>" name="deleteit" class="button-secondary delete" />
<?php
$categories = get_terms('link_category', "hide_empty=1");
@@ -113,10 +113,10 @@ echo $select_order;
</div>
<br style="clear:both;" />
<br class="clear" />
</div>
<br style="clear:both;" />
<br class="clear" />
<?php
$link_columns = array(
@@ -220,7 +220,7 @@ if ( $links ) {
<div id="ajax-response"></div>
<div class="tablenav">
<br style="clear:both;" />
<br class="clear" />
</div>