set font-size label to match other ckeditor font sizes

This commit is contained in:
ansuz
2017-04-14 18:20:08 +02:00
parent deeb47c40b
commit eed5b1260d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ define(function () {
// Initial states
out.initialState = [
'<span style="font-size:18px;"><p>',
'<span style="font-size:16px;"><p>',
'This is&nbsp;<strong>CryptPad</strong>, the Zero Knowledge realtime collaborative editor. Everything is saved as you type.',
'<br>',
'Share the link to this pad to edit with friends or use the <span style="background-color:#5cb85c;color:#ffffff;">&nbsp;Share&nbsp;</span> button to share a <em>read-only link</em>&nbsp;which allows viewing but not editing.',