]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/install-rtl.css
Wordpress 2.8-scripts
[autoinstalls/wordpress.git] / wp-admin / css / install-rtl.css
index 69127362c05313307ce8a5093f22d224848a9f2e..f44484f7e3344d99a3f56b9e38bfcb79ce3fedc4 100644 (file)
@@ -1,15 +1,16 @@
-body { font: 13px Tahoma, Georgia, "Times New Roman", Times, serif; }
-
-ul, ol { padding: 5px 20px 5px 5px; }
-
-h1, h2, h3 { font-family: "Times New Roman", Times, serif; font-weight: 700 }
-
-.step, th { text-align: left }
-
-input { font-family: "Times New Roman", Times, serif; padding: 1px }
-
-#logo {        background: url(../wp-content/plugins/WP-Jalali/wp-fa-logo.png) center right no-repeat; text-align: left; }
-
-#admin_email {direction: ltr; text-align: left; }
-
-#footer { font-style: normal; }
\ No newline at end of file
+body {
+       font-family: Tahoma, arial;
+}
+h1 {
+       font-family: arial;
+       margin: 5px -4px 0 0;
+}
+ul, ol { padding: 5px 22px 5px 5px; }
+.step, th { text-align: right; }
+.submit input, .button, .button-secondary {
+       font-family: Tahoma, arial;
+       margin-right:0;
+}
+.form-table th {
+       text-align: right;
+}