You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/09/21 19:45:45 UTC

[incubator-ponymail-foal] branch master updated: slight font tweak for calendar counts

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 7bdaf88  slight font tweak for calendar counts
7bdaf88 is described below

commit 7bdaf889b4aa67dbba780fa8a98acad3dbe1661f
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Sep 21 14:39:39 2021 -0500

    slight font tweak for calendar counts
---
 webui/css/scaffolding.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index 625ab86..84d6b5b 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -1253,6 +1253,6 @@ pre {
 
 .calendar_count {
     display: block;
-    line-height: 6px;
-    font-size: 0.6em;
+    line-height: 5px;
+    font-size: 0.65em;
 }
\ No newline at end of file