summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-01-04 07:46:11 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-01-04 07:46:11 -0500
commitd4c4037f84c4bc3789a7ef91fe37d64e11bc0628 (patch)
tree77c63620b8a6fb2e891235c50a04dae1728ec090 /api
parent59a3d6e725bef710858a17566af17c50e7c68b7e (diff)
parentf095e772b4486cf09bbbb8880ea3375c6a5bbf7d (diff)
downloadchat-d4c4037f84c4bc3789a7ef91fe37d64e11bc0628.tar.gz
chat-d4c4037f84c4bc3789a7ef91fe37d64e11bc0628.tar.bz2
chat-d4c4037f84c4bc3789a7ef91fe37d64e11bc0628.zip
Merge pull request #1800 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'api')
-rw-r--r--api/templates/welcome_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/welcome_body.html b/api/templates/welcome_body.html
index 14f8e13c4..71d838b08 100644
--- a/api/templates/welcome_body.html
+++ b/api/templates/welcome_body.html
@@ -28,7 +28,7 @@
{{end}}
<tr>
<td style="border-bottom: 1px solid #ddd; padding: 0 0 20px;">
- <h2 style="font-weight: normal; margin-top: 10px;">You can sign-in to your new team from the web address:</h2>
+ <h2 style="font-weight: normal; margin-top: 25px; line-height: 1.5;">You can sign-in to your new team from the web address:</h2>
<a href="{{.Props.TeamURL}}">{{.Props.TeamURL}}</a>
<p>Mattermost lets you share messages and files from your PC or phone, with instant search and archiving.</p>
</td>