Add a div class for the lab projects

This commit is contained in:
zab2
2019-02-13 19:18:52 +00:00
parent 1c8f54b0c5
commit 9dcf472c27
2 changed files with 12 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ We welcome your feedback at the <a href="{{ forum }}">I2P Forum</a>
<hr> <hr>
<h3>{{ _('Current Projects') }}</h3> <h3>{{ _('Current Projects') }}</h3>
<div class = "labproject" >
<h5>{{ _('Zero-Dependency installer') }}</h5> <h5>{{ _('Zero-Dependency installer') }}</h5>
<p> <p>
{% trans %} {% trans %}
@@ -44,7 +44,7 @@ Status: Proof-Of-Concept
Download that file and run it. Download that file and run it.
{%- endtrans %}</p> {%- endtrans %}</p>
{% endcall %} {% endcall %}
</div>
<!-- <!--
{% trans signer='zlatinb', {% trans signer='zlatinb',
signingkey=url_for('static', filename='zlatinb.key.crt') -%} signingkey=url_for('static', filename='zlatinb.key.crt') -%}

View File

@@ -410,6 +410,16 @@ div#content .inner .box img {
text-align: center; text-align: center;
} }
/*
* Lab page
*/
.labproject {
border: 3px solid rgba(171, 204, 113, 0.7);
border-radius: 5px;
margin: 5px;
padding: 5px;
}
/* /*
* Threat model * Threat model
*/ */