From 4ce8e68c0341b950d3ed304aa28e9a628a31818b Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sun, 26 Oct 2003 17:24:30 +0000 Subject: [PATCH] Make WordPress header link not stretch all the way across. git-svn-id: http://svn.automattic.com/wordpress/trunk@472 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/wp-admin.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 58c123252..4b8745e7c 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -224,4 +224,5 @@ textarea, input, select { height: 42px; text-decoration: none; text-indent: -100em; + width: 200px; }