Web: make the banner logo a link to home

This commit is contained in:
J-P Nurmi
2014-09-07 12:26:25 +02:00
parent 8ec2a0940c
commit f9baa980a3
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -48,6 +48,11 @@ a:hover {
background-color: #ccc;
}
#banner_top a {
color: #000;
text-decoration: none;
}
h1 {
line-height: 37px;
padding: 0 0.9em 0 0.6em;
+1 -1
View File
@@ -1 +1 @@
<div id="banner_top"><h1>ZNC</h1></div>
<div id="banner_top"><h1><a href="<? VAR URIPrefix TOP ?>/">ZNC</a></h1></div>