diff options
author | Friendika <info@friendika.com> | 2010-12-22 19:23:54 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-22 19:23:54 -0800 |
commit | 0e6eb4d002da8589d58736babc29732f61998306 (patch) | |
tree | 4be22168a0a49bd0b788731d1e8527e239ba2607 | |
parent | 294dc27e17d0bcb04661ac7526aec390c3ff6345 (diff) | |
download | volse-hubzilla-0e6eb4d002da8589d58736babc29732f61998306.tar.gz volse-hubzilla-0e6eb4d002da8589d58736babc29732f61998306.tar.bz2 volse-hubzilla-0e6eb4d002da8589d58736babc29732f61998306.zip |
link the logo text
-rw-r--r-- | include/nav.php | 2 | ||||
-rw-r--r-- | view/theme/default/style.css | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 171309673..e41c4bcb9 100644 --- a/include/nav.php +++ b/include/nav.php @@ -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>'; diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 8ad6ee593..de49f14d4 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -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; |