From 4afe166e645545b9ad0b3442641f1bd514e89f46 Mon Sep 17 00:00:00 2001 From: relikd Date: Thu, 1 Oct 2020 12:12:00 +0200 Subject: [PATCH] Smaller font-size for ranking table --- out/static/style.css | 1 + templates/base.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/out/static/style.css b/out/static/style.css index e874517..fb0667a 100644 --- a/out/static/style.css +++ b/out/static/style.css @@ -271,6 +271,7 @@ p.trckr { font-size: .9em; margin-left: .5em; } #help-links .done { color: #52C840; } /* rank-list */ +#rank-list tr { font-size: 0.75em; } #rank-list th span { display: block; margin-top: 4px; } #rank-list th { vertical-align: bottom; } #rank-list th a { cursor:pointer; border: unset; padding: 0 5px; margin: 0 2px; } diff --git a/templates/base.html b/templates/base.html index 5cf5d16..86df014 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,9 +3,9 @@ - + #_TITLE_#AppCheck: Privacy Monitor - +