forked from I2P_Developers/i2p.www
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:
@@ -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 & Updates{% endtrans %}</h2>
|
||||
{% include "blog/latest.html" %}
|
||||
</div>
|
||||
</aside>
|
||||
{%- endif %}
|
||||
{%- if g.theme != "danimoth" %}
|
||||
<div id="content">
|
||||
{% block content_outer %}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user