From 951971a6bf173ca8cc601abdd9ca8d33da93e657 Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Fri, 5 May 2017 23:29:08 +0200
Subject: Adapt design

---
 source/template.html | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

(limited to 'source/template.html')

diff --git a/source/template.html b/source/template.html
index 543142f2..986ce492 100644
--- a/source/template.html
+++ b/source/template.html
@@ -40,15 +40,16 @@ $endif$
               ░░ ░░░░░   ░░     ░░░         ░░   ░░░░░ ░░
       </code></pre></div></a>
     <nav class="nav">
-      <a class="nav-title" href="/" title="Home"><!--blog title--></a>
-      -- generate menu here --
-      <hr>
-      <ul>
-        <li><a href="/blog">blog</a></li>
-        <li><a href="/notes">notes</a></li>
-        <li><a href="https://shaarli.neodarz.net/">shaarli</a></li>
-        <li><a href="https://git.neodarz.net">code</a></li>
-      </ul>
+      <div class="lia-border">
+        -- generate menu here --
+        <hr>
+        <ul>
+          <a href="/blog" class='lia'><li><span class='left-lia'></span><span class='center-lia'>blog</span><span class='right-lia'></span></li></a>
+          <a href="/notes" class='lia'><li><span class='left-lia'></span><span class='center-lia'>notes</span><span class='right-lia'></span></a>
+          <a href="https://shaarli.neodarz.net/" class='lia'><li><span class='left-lia'></span><span class='center-lia'>shaarli</span><span class='right-lia'></span></a>
+          <a href="https://git.neodarz.net" class='lia'><li><span class='left-lia'></span><span class='center-lia'>code</span><span class='right-lia'></span></a>
+        </ul>
+      </div>
     </nav>
     <div class="bodya">
 
-- 
cgit v1.2.1