aboutsummaryrefslogtreecommitdiffstats
path: root/SoMA2
diff options
context:
space:
mode:
authorScott Kensell <scott.kensell@prezi.com>2014-05-30 20:13:03 +0200
committerScott Kensell <scott.kensell@prezi.com>2014-05-30 20:13:03 +0200
commitac9a47ed1654f0fda13ef50d206ae08d334f6825 (patch)
tree4b3d0fd237c4ef9aae259d29eb3a2a02e300d93e /SoMA2
parent103b14b4624ae6b9766fab880df2eaee21e2eb77 (diff)
downloadpelican-themes-ac9a47ed1654f0fda13ef50d206ae08d334f6825.zip
pelican-themes-ac9a47ed1654f0fda13ef50d206ae08d334f6825.tar.gz
pelican-themes-ac9a47ed1654f0fda13ef50d206ae08d334f6825.tar.bz2
Center the left menu Launchyarddetail.
Diffstat (limited to 'SoMA2')
-rw-r--r--SoMA2/static/css/main.css2
-rw-r--r--SoMA2/templates/base.html7
2 files changed, 4 insertions, 5 deletions
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 @@
<div class="LaunchyardDetail">
<p>
<!-- <img src="{{ SITEURL }}/theme/images/blue-pin.png" width="100" height="100" alt="Graph icon"> -->
- <br/>
- <a id="sitesubtitle" href="{{ SITEURL }}/">{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}</a>
- <br/>
+ </p>
+ <p><a id="sitesubtitle" href="{{ SITEURL }}/">{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}</a></p>
+
<!-- This belongs in the about page -->
<!-- {% for name, link in SOCIAL %} -->
<!-- <a href="{{ link }}">{{ name }}</a> -->
<!-- <br/> -->
<!-- {% endfor %} -->
- </p>
{% include 'categories.html' %}
</div>