From f2f9e897b8f951adeda8acd850f6980bb7c6cd2f Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Wed, 22 Oct 2008 20:14:21 +0000 Subject: [PATCH] Finishing touches on the admin footer. git-svn-id: https://develop.svn.wordpress.org/trunk@9284 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/admin-footer.php | 2 +- wp-admin/wp-admin.css | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/wp-admin/admin-footer.php b/wp-admin/admin-footer.php index 7999dab146..2feeda9f4a 100644 --- a/wp-admin/admin-footer.php +++ b/wp-admin/admin-footer.php @@ -16,7 +16,7 @@

' . __('Thank you for creating with WordPress').' | '.__('Documentation').' | '.__('Feedback').' '.$upgrade . ''; +echo '' . __('Thank you for creating with WordPress.').' | '.__('Documentation').' | '.__('Feedback').' '.$upgrade . ''; ?>

diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index cf28e416e4..7547d4c220 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -942,7 +942,8 @@ html, body { } #footer { - font: 12px Georgia, "Times New Roman", Times, serif; + word-spacing: .3em; + font-size: 11px; clear: both; height: 45px; margin-top: -45px; @@ -950,18 +951,20 @@ html, body { } #footer #footer-thankyou, #footer #footer-upgrade { + font-size: 12px; + word-spacing: 0; + font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; } #footer #footer-upgrade { position: absolute; - bottom: 12px; right: 15px; } #footer p { margin: 0; - padding: 17px 0 7px 15px; + padding: 15px 0 0 15px; } #footer p a {