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 84dc9a8 move thread a bit further away from the email header
84dc9a8 is described below
commit 84dc9a8f03b85e64a8d090eb2494d6d5d1282c6b
Author: Daniel Gruno <[email protected]>
AuthorDate: Wed Sep 9 18:30:44 2020 +0200
move thread a bit further away from the email header
Thanks to Kristopher Traquair for noticing this.
---
webui/css/scaffolding.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index e14aa1c..04b2b2c 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -925,6 +925,8 @@ a .listview_email_threaded {
border: none;
padding-bottom: 10px;
z-index: -5;
+ padding-left: 4px;
+ padding-top: 4px;
}
a.checked {