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 2020/09/08 19:25:01 UTC

[incubator-ponymail-foal] branch master updated: tweak a bit more, per user suggestion

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 5f5126b  tweak a bit more, per user suggestion
5f5126b is described below

commit 5f5126bd4dbb31f528a70df6b341ea0bc791927a
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Sep 8 21:24:51 2020 +0200

    tweak a bit more, per user suggestion
---
 webui/css/scaffolding.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index 7e37be5..12270aa 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -288,11 +288,11 @@ a.dropdown-toggle {
 
 /* Gravatar icons */
 .gravatar {
-    width: 36px;
-    height: 36px;
+    width: 34px;
+    height: 34px;
     float: left;
     margin-left: 1px;
-    margin-top: -1px;
+    margin-top: 0px;
     border-radius: 15%;
 }