summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-01-04 15:11:16 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-01-04 15:11:16 +0500
commitf095e772b4486cf09bbbb8880ea3375c6a5bbf7d (patch)
treef10c191bbf9b8234c3972cd0144bd4c44a02a9dc /api
parent8931ff6e57cdff214b23fab2fce57fd71a7b37a2 (diff)
downloadchat-f095e772b4486cf09bbbb8880ea3375c6a5bbf7d.tar.gz
chat-f095e772b4486cf09bbbb8880ea3375c6a5bbf7d.tar.bz2
chat-f095e772b4486cf09bbbb8880ea3375c6a5bbf7d.zip
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>