diff --git a/i2p2www/pages/global/layout.html b/i2p2www/pages/global/layout.html
index 0239bd0e..cf2411cc 100644
--- a/i2p2www/pages/global/layout.html
+++ b/i2p2www/pages/global/layout.html
@@ -54,9 +54,10 @@
+ {% if self.content_nav() or self.lastupdated() or self.accuratefor() -%}
+ {%- endif %}
-
+
{% block content %}{% endblock %}
diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css
index 0a81378c..80638205 100644
--- a/i2p2www/static/styles/duck/default.css
+++ b/i2p2www/static/styles/duck/default.css
@@ -169,13 +169,13 @@ div#content .inner {
}
div#content .sidebar {
+ background: rgba(171, 204, 113, 0.6);
border-bottom: 2px solid #abcc71;
border-left: 2px solid #abcc71;
border-right: 2px solid #abcc71;
}
-div#content .sidebar nav {
- background: rgba(171, 204, 113, 0.6);
+div#content .sidebar .top {
border-bottom: 2px solid #abcc71;
}
diff --git a/i2p2www/static/styles/duck/desktop.css b/i2p2www/static/styles/duck/desktop.css
index 951009e4..838196f3 100644
--- a/i2p2www/static/styles/duck/desktop.css
+++ b/i2p2www/static/styles/duck/desktop.css
@@ -250,7 +250,7 @@ div#content .inner .sidebar {
width: 200px;
}
-div#content .content-inner {
+div#content .content-inner.two-col {
margin-left: 202px;
}