kinda hidden login link on public page

This commit is contained in:
Matthias Kretschmann 2012-02-27 12:17:57 +01:00
parent 1331728e54
commit de43cbecc5
2 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,7 @@ $items = yourls_api_stats( 'last', 1 );
<body id="public">
<header>
<h1>krt.mn</h1>
<h1><a href="/admin">krt.mn</a></h1>
</header>
<article role="main">
<?php foreach( $items['links'] as $item ) { ?>

View File

@ -510,13 +510,15 @@ body#public {
padding: 5%;
}
#public h1 {
#public h1,
#public h1 a {
font-weight: 100;
font-style: normal;
margin-bottom: 0;
line-height: 1em;
color: #a8b5b9;
text-shadow: 0 -1px 0 #2f393b;
cursor: default;
}
#public header h1 {