link the logo text

This commit is contained in:
Friendika 2010-12-22 19:23:54 -08:00
parent 294dc27e17
commit 0e6eb4d002
2 changed files with 9 additions and 1 deletions

View File

@ -58,7 +58,7 @@
if($banner === false)
$banner .= '<a href="http://friendika.com"><img id="logo-img" src="images/ff-32.jpg" alt="logo" /></a><span id="logo-text">Friendika</span>';
$banner .= '<a href="http://friendika.com"><img id="logo-img" src="images/ff-32.jpg" alt="logo" /></a><span id="logo-text"><a href="http://friendika.com">Friendika</a></span>';
$a->page['nav'] .= '<span id="banner">' . $banner . '</span>';

View File

@ -148,6 +148,14 @@ blockquote:before {
vertical-align: top;
}
#logo-text a, #logo-text a:hover, #logo-text a:visited {
color: #F5F6FB;
font-family: "gill sans MT bold", "lucida grande",tahoma,verdana,arial,sans-serif;
margin-left: 3px;
vertical-align: top;
}
#banner {
color: #F5F6FB;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;