
Property changes on: .
___________________________________________________________________
Name: svn:ignore
   + wp-config.php


Index: wp-admin/css/wp-admin-rtl.dev.css
===================================================================
--- wp-admin/css/wp-admin-rtl.dev.css	(revision 14417)
+++ wp-admin/css/wp-admin-rtl.dev.css	(working copy)
@@ -595,19 +595,6 @@
 	border-left-width: 1px;
 }
 
-/* Custom Background  */
-
-#custom-background table th, #custom-background table td {
-	text-align:right;
-	padding-right:0px;
-	padding-left:40px;
-}
-
-#custom-background table label {
-	padding-right:0;
-	padding-left:10px;
-}
-
 /* Custom Header */
 table#available-headers td {
 	padding: 0 0 10px 20px;
Index: wp-admin/css/wp-admin.dev.css
===================================================================
--- wp-admin/css/wp-admin.dev.css	(revision 14417)
+++ wp-admin/css/wp-admin.dev.css	(working copy)
@@ -3687,19 +3687,9 @@
 
 /* Custom Background  */
 
-#custom-background table th, #custom-background table td {
-	text-align:left;
-	padding-right:40px;
-	padding-left:0;
-}
-
-#custom-background table label {
-	padding-right:10px;
-	width:80px;
-}
 div#custom-background-image {
 	min-height: 100px;
-	border: 1px solid #000;
+	border: 1px solid #dfdfdf;
 }
 
 div#custom-background-image img {
Index: wp-admin/custom-background.php
===================================================================
--- wp-admin/custom-background.php	(revision 14417)
+++ wp-admin/custom-background.php	(working copy)
@@ -148,11 +148,11 @@
 		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 {
