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 %}