forked from I2P_Developers/i2p.www
Add a div class for the lab projects
This commit is contained in:
@@ -14,7 +14,7 @@ We welcome your feedback at the <a href="{{ forum }}">I2P Forum</a>
|
||||
<hr>
|
||||
|
||||
<h3>{{ _('Current Projects') }}</h3>
|
||||
|
||||
<div class = "labproject" >
|
||||
<h5>{{ _('Zero-Dependency installer') }}</h5>
|
||||
<p>
|
||||
{% trans %}
|
||||
@@ -44,7 +44,7 @@ Status: Proof-Of-Concept
|
||||
Download that file and run it.
|
||||
{%- endtrans %}</p>
|
||||
{% endcall %}
|
||||
|
||||
</div>
|
||||
<!--
|
||||
{% trans signer='zlatinb',
|
||||
signingkey=url_for('static', filename='zlatinb.key.crt') -%}
|
||||
|
@@ -410,6 +410,16 @@ div#content .inner .box img {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*
|
||||
* Lab page
|
||||
*/
|
||||
.labproject {
|
||||
border: 3px solid rgba(171, 204, 113, 0.7);
|
||||
border-radius: 5px;
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Threat model
|
||||
*/
|
||||
|
Reference in New Issue
Block a user