Small fixes
This commit is contained in:
parent
1e189ff81c
commit
7114eaabb8
|
|
@ -13,7 +13,7 @@
|
||||||
{% if entry.type == "thesis" %}
|
{% if entry.type == "thesis" %}
|
||||||
{{reference}}
|
{{reference}}
|
||||||
{% else %}
|
{% else %}
|
||||||
<span class="title">{{entry.title}}.</span>
|
<span class="title">{{entry.title}}</span>
|
||||||
<span class="author">
|
<span class="author">
|
||||||
{% for author in entry.author_array %}
|
{% for author in entry.author_array %}
|
||||||
{% unless forloop.last %}
|
{% unless forloop.last %}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
position:fixed;
|
position:fixed;
|
||||||
left:0px;
|
left:0px;
|
||||||
top:0px;
|
top:0px;
|
||||||
height:56px;
|
|
||||||
width:100%;
|
width:100%;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue