Style tweaks

This commit is contained in:
str4d
2014-01-14 04:37:26 +00:00
parent df23bd0998
commit 9fd3afcece
3 changed files with 9 additions and 2 deletions

View File

@@ -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%%">