Add id to viewsite span. Props JeremyVisser. fixes #4666
git-svn-id: https://develop.svn.wordpress.org/trunk@5883 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
641e19c977
commit
7d7b36accb
|
@ -44,7 +44,7 @@ do_action('admin_head');
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="wphead">
|
<div id="wphead">
|
||||||
<h1><?php bloginfo('name'); ?> <span>(<a href="<?php echo get_option('home') . '/'; ?>"><?php _e('View site »') ?></a>)</span></h1>
|
<h1><?php bloginfo('name'); ?> <span id="viewsite">(<a href="<?php echo get_option('home') . '/'; ?>"><?php _e('View site »') ?></a>)</span></h1>
|
||||||
</div>
|
</div>
|
||||||
<div id="user_info"><p><?php printf(__('Howdy, <strong>%s</strong>.'), $user_identity) ?> [<a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>"><?php _e('Sign Out'); ?></a>, <a href="profile.php"><?php _e('My Profile'); ?></a>] </p></div>
|
<div id="user_info"><p><?php printf(__('Howdy, <strong>%s</strong>.'), $user_identity) ?> [<a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>"><?php _e('Sign Out'); ?></a>, <a href="profile.php"><?php _e('My Profile'); ?></a>] </p></div>
|
||||||
|
|
||||||
|
|
|
@ -897,7 +897,7 @@ input.delete:hover {
|
||||||
font-family: Georgia, "Times New Roman", Times, serif;
|
font-family: Georgia, "Times New Roman", Times, serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wphead h1 span {
|
#wphead h1 span#viewsite {
|
||||||
font-size: .4em;
|
font-size: .4em;
|
||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue