mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Web: make the banner logo a link to home
This commit is contained in:
@@ -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 @@
|
||||
<div id="banner_top"><h1>ZNC</h1></div>
|
||||
<div id="banner_top"><h1><a href="<? VAR URIPrefix TOP ?>/">ZNC</a></h1></div>
|
||||
Reference in New Issue
Block a user