From 7114eaabb8f039c8eddcfe190314cc1db49472fb Mon Sep 17 00:00:00 2001 From: Maruan Al-Shedivat Date: Sat, 27 May 2017 12:55:27 -0700 Subject: [PATCH] Small fixes --- _layouts/bib.html | 2 +- _sass/_header.scss | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/_layouts/bib.html b/_layouts/bib.html index 85d338a..d58da20 100644 --- a/_layouts/bib.html +++ b/_layouts/bib.html @@ -13,7 +13,7 @@ {% if entry.type == "thesis" %} {{reference}} {% else %} - {{entry.title}}. + {{entry.title}} {% for author in entry.author_array %} {% unless forloop.last %} diff --git a/_sass/_header.scss b/_sass/_header.scss index 7462f92..22b46a9 100644 --- a/_sass/_header.scss +++ b/_sass/_header.scss @@ -5,7 +5,6 @@ position:fixed; left:0px; top:0px; - height:56px; width:100%; z-index: 50; }