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 <[email protected]> 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>
