From 39b79d727f087235c191a13efd70700ff64ae7d6 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Wed, 10 Dec 2008 09:26:23 +0000 Subject: [PATCH] Bringing "Visit Site" link back because lack thereof caused massive confusion from people who didn't know to click on the blog title, so a helpful hint. git-svn-id: https://develop.svn.wordpress.org/trunk@10168 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/admin-header.php | 2 +- wp-admin/wp-admin.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index 453df58a73..2794b00ac7 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -101,7 +101,7 @@ if ( function_exists('mb_strlen') ) { } ?> -

>

+

>

diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 22fcae785f..accd673084 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -787,6 +787,10 @@ div.comment-item:hover .row-actions { padding: 12px 10px 5px; } +#wphead h1 span { + font-size: 50%; +} + /* side admin menu */ #adminmenu * { -webkit-user-select: none;