Clear bottoms, fixes #1640
git-svn-id: http://svn.automattic.com/wordpress/trunk@3082 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f3c4d80b5e
commit
53bc27f352
|
@ -113,7 +113,8 @@ if ($plugin_files) :
|
|||
} else {
|
||||
echo '<div class="error"><p>' . __('Oops, no such file exists! Double check the name and try again, merci.') . '</p></div>';
|
||||
}
|
||||
?>
|
||||
?>
|
||||
<div class="clear"> </div>
|
||||
</div>
|
||||
<?php
|
||||
break;
|
||||
|
|
|
@ -133,6 +133,7 @@ endif;
|
|||
echo '<div class="error"><p>' . __('Oops, no such file exists! Double check the name and try again, merci.') . '</p></div>';
|
||||
}
|
||||
?>
|
||||
<div class="clear"> </div>
|
||||
</div>
|
||||
<div class="wrap">
|
||||
<h2><?php _e('Other Files') ?></h2>
|
||||
|
|
|
@ -146,7 +146,8 @@ if ($allowed_files) :
|
|||
} else {
|
||||
echo '<div class="error"><p>' . __('Oops, no such file exists! Double check the name and try again, merci.') . '</p></div>';
|
||||
}
|
||||
?>
|
||||
?>
|
||||
<div class="clear"> </div>
|
||||
</div>
|
||||
<?php
|
||||
break;
|
||||
|
|
|
@ -221,6 +221,11 @@ textarea, input, select {
|
|||
padding: .3em 1em;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
@ -460,6 +465,7 @@ table .vers, table .name {
|
|||
}
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue