From 9ae089c9b00a3fab7aff0a68c6168582ff44cef9 Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Tue, 8 Nov 2016 08:21:37 +0300 Subject: [PATCH] Fix invalid html definition --- alchemy/static/css/style.css | 2 +- alchemy/templates/base.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alchemy/static/css/style.css b/alchemy/static/css/style.css index 87dc94c..5cba1f8 100644 --- a/alchemy/static/css/style.css +++ b/alchemy/static/css/style.css @@ -52,7 +52,7 @@ a:hover { margin: 20px 0; } -.header nav { +.header ul { margin-bottom: 10px; } diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index ef81c3a..af5e34c 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -69,7 +69,7 @@

{{ SITESUBTITLE }}

{% if LINKS or PAGES or FACEBOOK_URL or FEED_ALL_ATOM or GITHUB_URL or G_PLUS_URL or TWITTER_URL %}
- + {% endif %}