From 17f11488af5730fd319e3c6ca997877bd1315d7d Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 5 Jun 2012 15:26:25 +0200 Subject: [PATCH] add FAQ link to the main menu --- _templates/i3.mako | 1 + css/style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_templates/i3.mako b/_templates/i3.mako index 6b4a533..17d6b10 100644 --- a/_templates/i3.mako +++ b/_templates/i3.mako @@ -70,6 +70,7 @@ else window.onload = loadjs; menu = [ [ "/docs", "Docs" ], [ "/screenshots", "Screens" ], + [ "http://faq.i3wm.org/", "FAQ" ], [ "/contact", "Contact" ], [ "http://bugs.i3wm.org/", "Bugs" ] ] diff --git a/css/style.css b/css/style.css index 8ca3a2c..a8c1374 100644 --- a/css/style.css +++ b/css/style.css @@ -57,7 +57,7 @@ a:hover { #nav li a { font-size: 1.2em; - margin: 0.4em 0.8em; + margin: 0.4em 0.4em; display: block; color: #FFF; text-decoration: none; -- 2.39.5