Use backend main heading as back-to-index-page link.
This commit is contained in:
parent
5a6b95d343
commit
c755f57c17
@ -24,7 +24,7 @@
|
||||
<div class="clearfix">
|
||||
<div id="banner{if not $admin_vars.is_logged_in}_install{/if}">
|
||||
{if $admin_vars.admin_installed}
|
||||
<h1><span class="visuallyhidden">{$CONST.SERENDIPITY_ADMIN_SUITE}: </span>{$blogTitle}</h1>
|
||||
<h1><a href="serendipity_admin.php" title="{$CONST.ADMIN_FRONTPAGE}"><span class="visuallyhidden">{$CONST.SERENDIPITY_ADMIN_SUITE}: </span>{$blogTitle}</a></h1>
|
||||
{if $admin_vars.is_logged_in}
|
||||
<span class="block_level">{$admin_vars.self_info}</span>
|
||||
{/if}
|
||||
|
@ -954,6 +954,14 @@ summary { cursor: pointer; }
|
||||
#top a:hover,
|
||||
#top a:focus { color: #fcfcfc; }
|
||||
|
||||
#banner a,
|
||||
#banner a:visited,
|
||||
#banner a:hover,
|
||||
#banner a:focus {
|
||||
color: #fcfcfc;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#banner,
|
||||
#user_menu { text-shadow: 1px 1px 1px rgba(0,0,0,.8); }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user