From 061696b6a12cfc348ea86e956e9719b22f7407ad Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sun, 26 Oct 2003 17:24:30 +0000 Subject: [PATCH] Make WordPress header link not stretch all the way across. git-svn-id: https://develop.svn.wordpress.org/trunk@472 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 58c1232526..4b8745e7c5 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; }