commit c679898c74fb74a8ab193ecc4cc2b57231e2daeb
parent 921b28bb12f9d00a5563e78a1ec2b61d61b0b9b7
Author: Peter Kosyh <p.kosyh@gmail.com>
Date: Thu, 10 Sep 2020 10:13:25 +0300
logo image added
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ii-node/lib/style.css b/ii-node/lib/style.css
@@ -209,6 +209,10 @@ body {
font-weight: bold;
}
+.logo img {
+ max-height: 1em;
+}
+
#header .logo a {
text-decoration: none;
color: black;
diff --git a/ii-node/tpl/header.tpl b/ii-node/tpl/header.tpl
@@ -15,7 +15,7 @@
<table id="header">
<tr>
<td class="title">
- <span class="logo"><a href="/">{{.Sysname}}</a></span>
+ <span class="logo"><a href="/"><img class="logo" src="/lib/icon.png">{{.Sysname}}</a></span>
{{ if eq .BasePath "" }}
<span class="info">II/IDEC networks :: <a href="/echo/all">New posts</a>
{{ else if gt (len .Topics) 0}}