From 1bbcfb4f9d8a57aa58b0919b871e0d4637432e92 Mon Sep 17 00:00:00 2001 From: zeroth Date: Thu, 16 Jan 2020 23:22:37 +0000 Subject: [PATCH] info seconds dots score cover --- contextualise.py | 3 ++- static/css/stylepandoc.css | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/contextualise.py b/contextualise.py index 8dc456b..a2fa1cc 100644 --- a/contextualise.py +++ b/contextualise.py @@ -320,7 +320,8 @@ def get_file():
SCORE #'''+str(scorenumber)+'''
By '''+userip+'''
-
Part of the Pushing Scores series
+
Part of the Pushing Scores series
+
Where every second is a dot and every line is a minute
Published and distributed by
On '''+str(clickongetfiletime)+'''
diff --git a/static/css/stylepandoc.css b/static/css/stylepandoc.css index bb92476..c1c6a74 100644 --- a/static/css/stylepandoc.css +++ b/static/css/stylepandoc.css @@ -47,9 +47,12 @@ div.author{ } div.publisher{ margin-bottom: : 3mm; - margin-top: 57.5%; + margin-top: 55%; } +div.where{ + margin-top: 1mm; +} div.time{ margin-top: 1mm; }