diff options
Diffstat (limited to 'public/help/de/wiki_syntax.html')
-rw-r--r-- | public/help/de/wiki_syntax.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/help/de/wiki_syntax.html b/public/help/de/wiki_syntax.html index 86fdd4c3d..1ca6cee7b 100644 --- a/public/help/de/wiki_syntax.html +++ b/public/help/de/wiki_syntax.html @@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; } <table style="width:100%"> <tr><th colspan="3">Schriftarten</th></tr> -<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Fett" /></th><td width="50%">*Fett*</td><td width="50%"><strong>Fett</strong></td></tr> +<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Fett" /></th><td style="width:50%;">*Fett*</td><td style="width:50%;"><strong>Fett</strong></td></tr> <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Kursiv" /></th><td>_Kursiv_</td><td><em>Kursiv</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Unterstrichen" /></th><td>+Unterstrichen+</td><td><ins>Unterstrichen</ins></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Durchgestrichen" /></th><td>-Durchgestrichen-</td><td><del>Durchgestrichen</del></td></tr> |