Fix custom CSS help

pull/1745/head
Chocobozzz 2019-03-20 14:20:00 +01:00
parent d01b2fb9ab
commit 7113b5cd32
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 8 additions and 8 deletions

View File

@ -318,14 +318,14 @@
helpType="custom"
i18n-customHtml
customHtml="
Write directly CSS code. Example:<br />
Write directly CSS code. Example:<br /><br />
<pre>
body {{ '{' }}
background-color: red;
#custom-css {{ '{' }}
color: red;
{{ '}' }}
</pre>
Prepend with <em>#custom-css</em> to override styles. Example:
Prepend with <em>#custom-css</em> to override styles. Example:<br /><br />
<pre>
#custom-css .logged-in-email {{ '{' }}
color: red;