From 0cc856af661e0f06523a5d709a46841569b0404c Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Thu, 16 Jan 2020 22:38:08 +0100 Subject: [PATCH] mobile navigation bar improvements + update to requirements.txt --- README.md | 2 +- requirements.txt | 17 +++++++++++++++++ static/css/style.css | 8 ++++---- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e093c4..6d05121 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pushing Scores ## The Pushing Scores archival publication -The website was made using Flask, NLTK, Numpy, Pillow and Python3 and is live at http://pushingscores.deplayer.nl/ +The website was made using Flask, NLTK, Numpy, Pillow, pypandoc, PyPDF2, weasyprint and Python3 and is live at http://pushingscores.deplayer.nl/ ## How to use the scripts diff --git a/requirements.txt b/requirements.txt index f8a7811..97ce8e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,25 @@ +cairocffi==1.1.0 +CairoSVG==2.4.2 +cffi==1.13.2 +Click==7.0 +cssselect2==0.2.2 +defusedxml==0.6.0 Flask==1.0.2 +html5lib==1.0.1 +itsdangerous==1.1.0 Jinja2==2.10.1 MarkupSafe==1.1.1 nltk==3.4.1 numpy==1.16.3 Pillow==6.0.0 +pycparser==2.19 +pypandoc==1.4 +PyPDF2==1.26.0 +Pyphen==0.9.5 regex==2019.4.14 +six==1.12.0 +tinycss2==1.0.2 tqdm==4.41.1 +WeasyPrint==51 +webencodings==0.5.1 +Werkzeug==0.15.2 diff --git a/static/css/style.css b/static/css/style.css index 7a622b4..235d962 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -612,13 +612,13 @@ a.li-index:hover { margin-bottom: 1.5em; } li.prev_item, li.next_item{ - float: left; - margin-left: 1em; -} -li.no_here{ float: right; margin-right: 1em; } +li.no_here{ + float: left; + margin-left: 1em; +} div#bottom_descrip_left{ display: none; }