From ac9a47ed1654f0fda13ef50d206ae08d334f6825 Mon Sep 17 00:00:00 2001 From: Scott Kensell Date: Fri, 30 May 2014 20:13:03 +0200 Subject: Center the left menu Launchyarddetail. --- SoMA2/static/css/main.css | 2 +- SoMA2/templates/base.html | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'SoMA2') diff --git a/SoMA2/static/css/main.css b/SoMA2/static/css/main.css index 3fd5f80..4550abb 100644 --- a/SoMA2/static/css/main.css +++ b/SoMA2/static/css/main.css @@ -84,7 +84,7 @@ ol { .LaunchyardDetail { font-size: 1.5em; position: fixed; - left: 4%; + left: 3.35%; top: 150px; width: 265px; } diff --git a/SoMA2/templates/base.html b/SoMA2/templates/base.html index 33b057a..b4e7c59 100644 --- a/SoMA2/templates/base.html +++ b/SoMA2/templates/base.html @@ -37,15 +37,14 @@

-
- {% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %} -
+

+

{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}

+ -

{% include 'categories.html' %}
-- cgit v1.1