From d4512a25800cfe8d9e52e6ae30d2074d8825396c Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Tue, 3 May 2022 10:57:16 +0200 Subject: [PATCH] smaller help --- app/www/annotate.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/www/annotate.html b/app/www/annotate.html index c914e43..7da74de 100644 --- a/app/www/annotate.html +++ b/app/www/annotate.html @@ -307,7 +307,7 @@ display: flex; flex-direction: row; flex-wrap: wrap; - font-size: 8pt; + font-size: 6pt; } .help li { @@ -318,7 +318,7 @@ } .help .key { - padding: 5px; + padding: 2px; background-color: aliceblue; border: solid 1px black; color: black;