diff --git a/i2p2www/pages/papers/list.html b/i2p2www/pages/papers/list.html index a273ec6f..bf1a47ba 100644 --- a/i2p2www/pages/papers/list.html +++ b/i2p2www/pages/papers/list.html @@ -3,7 +3,7 @@ {% block headextra %} {% endblock %} -{% block content %} +{% block content_nav %} - - - - - - - - - - -
- - +

{{ bib.sectiontypes }}:

{% for section in bib.sections %}

{{ section.name }}

@@ -56,10 +50,9 @@
-
+{% endblock %} +{% block content %}

Publications by {{ bib.field }}

    @@ -73,13 +66,6 @@ {% endfor %}
-

-

{% trans email="press@i2p2.de"|safe, bibtex = get_url('papers_bibtex', tag=bib.tag) if bib.tag else get_url('papers_bibtex'), citeseer = 'http://citeseer.ist.psu.edu/online-nature01/' -%} diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css index ac66f32d..c10b1025 100644 --- a/i2p2www/static/styles/duck/default.css +++ b/i2p2www/static/styles/duck/default.css @@ -418,6 +418,15 @@ div#content .inner ul.DREAD { text-align: left !important; } +/* + * Papers + */ + +.biblinks { + border-bottom: 1px solid; +} + + /* * Footer */ diff --git a/i2p2www/static/styles/duck/desktop.css b/i2p2www/static/styles/duck/desktop.css index ec247c18..9ba9454b 100644 --- a/i2p2www/static/styles/duck/desktop.css +++ b/i2p2www/static/styles/duck/desktop.css @@ -300,13 +300,6 @@ div#content .title { /* End of downloads list CSS */ -.biblinks { - left: auto; - position: absolute; - right: 10%; - top: 0; -} - #global-footer .aside { width: 15%; margin-left: 1%;