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/09 07:49:36 UTC

[incubator-ponymail-foal] 02/02: make the logo smaller

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

commit 94a05bf8d62aaa60987a7ce2adbe496747721b76
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Sep 9 09:49:19 2020 +0200

    make the logo smaller
---
 webui/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webui/index.html b/webui/index.html
index fe4e821..8ee5d9b 100644
--- a/webui/index.html
+++ b/webui/index.html
@@ -38,8 +38,8 @@ the License. -->
     <![endif]-->
   </head>
   <body onload="prime_list_index();">
-    <div style="text-align: center;">
-    <img src="images/logo_large.png" style="width: 215px;"/><br/>
+    <div style="text-align: center; margin: 10px auto;">
+    <img src="images/logo_large.png" style="width: 128px;"/><br/>
     <h2>Mail Archives</h2>
     <h4>Pick a list domain to start browsing emails:</h4>
     </div>