diff --git a/static/css-blue/main.css b/static/css-blue/main.css
index 088044c..8a1be2d 100644
--- a/static/css-blue/main.css
+++ b/static/css-blue/main.css
@@ -2168,7 +2168,7 @@ button,
-ms-flex-shrink: 0;
flex-shrink: 0;
display: block;
- margin: 0 0 2em 4em;
+ margin: 0 2em 2em 2em;
width: 50%; }
#banner .image img {
height: 100%;
diff --git a/static/css/main.css b/static/css/main.css
index be7ccfb..2a39fa0 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -249,14 +249,19 @@ hr {
margin: 5em 0; }
.align-left {
- text-align: left; }
+ float: left;
+ text-align: left;
+ margin-right: 1em;
+ }
.align-center {
text-align: center; }
.align-right {
- text-align: right; }
-
+ float: right;
+ text-align: right;
+ margin-left: 1em; }
+
/* Row */
.row {
display: flex;
@@ -2168,7 +2173,7 @@ button,
-ms-flex-shrink: 0;
flex-shrink: 0;
display: block;
- margin: 0 0 2em 4em;
+ margin: 0 2em 2em 2em;
width: 50%; }
#banner .image img {
height: 100%;
diff --git a/templates/article.html b/templates/article.html
index a816624..365c47e 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -135,7 +135,6 @@
{% endif %}
{% if ARTICLE_FOOTER == true %}
-
{% include 'include/article_footer.html' %}
diff --git a/templates/base.html b/templates/base.html
index 96f5988..79bdedf 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -41,8 +41,9 @@
{% if TAG_FEED_RSS and tag %}
{% endif %}
-{% if TRACKING %}
-
+
+{% if TRACKING == True %}
+{% include 'include/trackingcode.html' %}
{% endif %}
@@ -141,5 +142,6 @@
{{ IMAGETRACKINGCODE }}
{% endif %}
+