From 13666290a48e56c606665ba90fc4318533d6c053 Mon Sep 17 00:00:00 2001 From: str4d Date: Sun, 23 Dec 2012 12:21:26 +0000 Subject: [PATCH] Finished merging duck's and danimoth's template layouts --- i2p2www/pages/global/layout.html | 15 +-------------- i2p2www/static/styles/danimoth.css | 7 +++++-- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/i2p2www/pages/global/layout.html b/i2p2www/pages/global/layout.html index d6f6dd30..808b1ede 100644 --- a/i2p2www/pages/global/layout.html +++ b/i2p2www/pages/global/layout.html @@ -29,8 +29,7 @@ {% include "global/nav.html" %} -
-{%- if g.theme != "danimoth" %} +
{% block content_outer %}
@@ -48,18 +47,6 @@
{% include "global/footer.html" %}
-{%- else %} -
- {%- if self.content() %} - {{ self.content() }} - {%- else %} - {{ self.content_outer() }} - {%- endif %} - -
-{%- endif %}
diff --git a/i2p2www/static/styles/danimoth.css b/i2p2www/static/styles/danimoth.css index 464a2650..7ab9a8e6 100644 --- a/i2p2www/static/styles/danimoth.css +++ b/i2p2www/static/styles/danimoth.css @@ -182,10 +182,11 @@ clear:both; .container-fluid { position:relative; min-width:940px; -padding-left:20px; +/*padding-left:20px; padding-right:20px; -padding-top: 13px; +padding-top: 13px;*/ zoom:1; +margin: 13px 20px 20px 260px; } .container-fluid:before,.container-fluid:after { display:table; @@ -203,9 +204,11 @@ float:left; width:220px; } +/* .container-fluid>.content { margin-left:240px; } +*/ a { color:#0069d6;