forked from I2P_Developers/i2p.www
Style tweaks
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
{% set i2psource_sig = 'cbbf25dea50a717c3376eb7af226f0b2a653e0372db8782ef37aa8b3d275436c' %}
|
||||
{% set i2pupdate_sig = '533b0ce2d9e1bfc8762ba17eef3572ae7355ed8f21d5d3557b718a14b05794f2' %}
|
||||
{% block content %}
|
||||
<h1>{{ _('Download I2P') }}</h1>
|
||||
|
||||
<h3>{{ _('Dependency') }}</h3>
|
||||
<p>{% trans java='http://java.com/download/',
|
||||
openjdk='http://openjdk.java.net/install/',
|
||||
|
@@ -4,6 +4,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/pubs.css') }}" />
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<div class="biblinks">
|
||||
<p align="center">
|
||||
{%- if bib.tag|length %}<a href='{% if bib.field != 'date' -%}
|
||||
{{ get_url('papers_list', choice=bib.field) }}
|
||||
@@ -38,6 +39,7 @@
|
||||
<a href='{{ get_url('papers_list', choice='author') }}'>{% endif %}
|
||||
{%- endif %}{{ _('By author') }}{%- if bib.field != 'author' -%}</a>{% endif -%}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- Table 1: contains the sidebar and the body. -->
|
||||
<table cellspacing="3" cellpadding="0" border="0" align="center" width="100%%">
|
||||
|
Reference in New Issue
Block a user