Fix custom CSS examples in BBCode doc
This commit is contained in:
parent
a0f3a49238
commit
e5903e0df0
|
@ -653,7 +653,7 @@ On Mastodon this field is used for the content warning.
|
||||||
<tr>
|
<tr>
|
||||||
<td>Custom inline styles<br>
|
<td>Custom inline styles<br>
|
||||||
<br>
|
<br>
|
||||||
[style=text-shadow: 0 0 4px #CC0000;]You can change all the CSS properties of this block.[/style]</td>
|
You can change all the [style=text-shadow: 0 0 4px #CC0000;]CSS properties[/style] of this inline text.</td>
|
||||||
<td>You can change all <span style="text-shadow: 0 0 4px #cc0000;;">the CSS properties of this inline text.</span></td>
|
<td>You can change all the <span style="text-shadow: 0 0 4px #cc0000;;">CSS properties</span> of this inline text.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -612,8 +612,8 @@ Dieses Feld wird von Mastodon für die Inhaltswarnung (content warning) verw
|
||||||
<tr>
|
<tr>
|
||||||
<td>Benutzerdefinierte Inline-Styles<br>
|
<td>Benutzerdefinierte Inline-Styles<br>
|
||||||
<br>
|
<br>
|
||||||
[style=text-shadow: 0 0 4px #CC0000;]Du kannst alle CSS-Eigenschaften eines Blocks ändern-[/style]</td>
|
Du kannst alle [style=text-shadow: 0 0 4px #CC0000;]CSS-Eigenschaften[/style] dieses Inline-Textes ändern-</td>
|
||||||
<td>Du kannst alle <span style="text-shadow: 0 0 4px #cc0000;;">CSS-Eigenschaften dieses Inline-Textes ändern-</span></td>
|
<td>Du kannst alle <span style="text-shadow: 0 0 4px #cc0000;;">CSS-Eigenschaften</span> dieses Inline-Textes ändern-</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user