From 81f0bb0ac09015873d78aa10e8033d165f6e1c30 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 27 Aug 2007 18:52:50 +0000 Subject: [PATCH] Minor styling change for update notification. git-svn-id: https://develop.svn.wordpress.org/trunk@5949 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 3ece222770..96aed6818a 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1332,20 +1332,17 @@ a.view-link { #update-nag, .plugin-update { border-bottom: 1px solid #ccc; + border-top: 1px solid #ccc; background: #fffeeb; line-height: 29px; font-size: 12px; color: #555; text-align: center; -} +} #update-nag a, .plugin-update a { font-size: 1.1em; } #update-nag a:link, .plugin-update a:link { color: #036; -} - -.plugin-update { - text-align: left; } \ No newline at end of file