From 6a6688b682c00dfaa7ec89c2b738707f355d67f0 Mon Sep 17 00:00:00 2001 From: alicestrt Date: Fri, 23 Apr 2021 18:05:44 +0200 Subject: [PATCH] Update 'LogBot/stylesheets/opentap.css' --- LogBot/stylesheets/opentap.css | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/LogBot/stylesheets/opentap.css b/LogBot/stylesheets/opentap.css index 994fc86..9e49b41 100644 --- a/LogBot/stylesheets/opentap.css +++ b/LogBot/stylesheets/opentap.css @@ -33,25 +33,11 @@ h1{ size: A3 portrait; margin: 5mm; - @top-left { - content: "VARIAs OPEN TAPs"; - font-family: monospace; - font-size: 10pt; - } @top-center { - content: "Daily encounters with Everyday Technology"; - font-family: monospace; - font-size: 10pt; - } - @bottom-center { - content: "Dagelijkse ontmoetingen met Alledaagse Technologie"; - font-family: monospace; - font-size: 10pt; - } - @bottom-right { - content: "VARIAs OPEN TAP"; + content: counter(page); font-family: monospace; font-size: 10pt; } + } } \ No newline at end of file