Small fixes

This commit is contained in:
Maruan Al-Shedivat 2017-05-27 12:55:27 -07:00
parent 1e189ff81c
commit 7114eaabb8
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@
{% if entry.type == "thesis" %}
{{reference}}
{% else %}
<span class="title">{{entry.title}}.</span>
<span class="title">{{entry.title}}</span>
<span class="author">
{% for author in entry.author_array %}
{% unless forloop.last %}

View File

@ -5,7 +5,6 @@
position:fixed;
left:0px;
top:0px;
height:56px;
width:100%;
z-index: 50;
}