Removed .news div (since it is repeating info), fixed navbar alignment in danimoth

It would be good to be able to position some sort of info box in that location for
danimoth's theme (even e.g. the lastupdated/accuratefor infobox)
This commit is contained in:
str4d
2012-12-23 12:09:18 +00:00
parent 20c331f7b3
commit 84ec056c96
2 changed files with 1 additions and 9 deletions

View File

@@ -30,14 +30,6 @@
</nav>
</header>
<div class="container-fluid">
{%- if not self.content() and g.theme == 'danimoth' %}
<aside>
<div class="alert-message block-message warning news">
<h2>{% trans %}News &amp; Updates{% endtrans %}</h2>
{% include "blog/latest.html" %}
</div>
</aside>
{%- endif %}
{%- if g.theme != "danimoth" %}
<div id="content">
{% block content_outer %}

View File

@@ -33,7 +33,7 @@ div#cssmenu .right {
nav.navigation {
position: absolute;
margin: 260px 0 20px 20px;
margin: 13px 0 20px 20px;
width: 180px;
z-index: 1;
}