mobile navigation bar improvements + update to requirements.txt
This commit is contained in:
parent
ca29b4dd43
commit
0cc856af66
@ -1,6 +1,6 @@
|
|||||||
# Pushing Scores
|
# Pushing Scores
|
||||||
## The Pushing Scores archival publication
|
## 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
|
## How to use the scripts
|
||||||
|
|
||||||
|
@ -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
|
Flask==1.0.2
|
||||||
|
html5lib==1.0.1
|
||||||
|
itsdangerous==1.1.0
|
||||||
Jinja2==2.10.1
|
Jinja2==2.10.1
|
||||||
MarkupSafe==1.1.1
|
MarkupSafe==1.1.1
|
||||||
nltk==3.4.1
|
nltk==3.4.1
|
||||||
numpy==1.16.3
|
numpy==1.16.3
|
||||||
Pillow==6.0.0
|
Pillow==6.0.0
|
||||||
|
pycparser==2.19
|
||||||
|
pypandoc==1.4
|
||||||
|
PyPDF2==1.26.0
|
||||||
|
Pyphen==0.9.5
|
||||||
regex==2019.4.14
|
regex==2019.4.14
|
||||||
|
six==1.12.0
|
||||||
|
tinycss2==1.0.2
|
||||||
tqdm==4.41.1
|
tqdm==4.41.1
|
||||||
|
WeasyPrint==51
|
||||||
|
webencodings==0.5.1
|
||||||
|
Werkzeug==0.15.2
|
||||||
|
@ -612,13 +612,13 @@ a.li-index:hover {
|
|||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
}
|
}
|
||||||
li.prev_item, li.next_item{
|
li.prev_item, li.next_item{
|
||||||
float: left;
|
|
||||||
margin-left: 1em;
|
|
||||||
}
|
|
||||||
li.no_here{
|
|
||||||
float: right;
|
float: right;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
li.no_here{
|
||||||
|
float: left;
|
||||||
|
margin-left: 1em;
|
||||||
|
}
|
||||||
div#bottom_descrip_left{
|
div#bottom_descrip_left{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user