]> git.sur5r.net Git - i3/i3.github.io/commitdiff
add FAQ link to the main menu
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 5 Jun 2012 13:26:25 +0000 (15:26 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 5 Jun 2012 13:26:45 +0000 (15:26 +0200)
_templates/i3.mako
css/style.css

index 6b4a5332ccf256871f8b3dfadcab4730ed8b9b8e..17d6b10dfb35b895c37b79e3bfad891127fa0c7f 100644 (file)
@@ -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" ]
        ]
index 8ca3a2c121ecbc49aa23dd5b2fc1b60293244190..a8c1374db67978bbcc39b5fc66240ca133652659 100644 (file)
@@ -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;