Remove redundant CSS, lighten up border on background preview, change labels for background preview. Props johnonolan. see #12186

git-svn-id: https://develop.svn.wordpress.org/trunk@14577 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-05-12 16:03:49 +00:00
parent 9e8a9b7b2a
commit d43d37baa9
5 changed files with 5 additions and 28 deletions

View File

@@ -148,11 +148,11 @@ class Custom_Background {
call_user_func($this->admin_image_div_callback);
} else {
?>
<h3><?php _e('Background Image'); ?></h3>
<h3><?php _e('Background Preview'); ?></h3>
<table class="form-table">
<tbody>
<tr valign="top">
<th scope="row"><?php _e('Current Image'); ?></th>
<th scope="row"><?php _e('Current Background'); ?></th>
<td>
<style type="text/css">
#custom-background-image {