From 967564cba0bdc7b75ecd3bd44a2a4ae1c7d82c64 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang <jp_lang@yahoo.fr> Date: Mon, 11 Nov 2013 21:01:21 +0000 Subject: Removed deprecated align and width html attributes (#15307). git-svn-id: http://svn.redmine.org/redmine/trunk@12268 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/help/uk/wiki_syntax.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/help/uk') diff --git a/public/help/uk/wiki_syntax.html b/public/help/uk/wiki_syntax.html index a390a414b..d67dc885a 100644 --- a/public/help/uk/wiki_syntax.html +++ b/public/help/uk/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">Font Styles</th></tr> -<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td width="50%">*Strong*</td><td width="50%"><strong>Strong</strong></td></tr> +<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">*Strong*</td><td style="width:50%;"><strong>Strong</strong></td></tr> <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>_Italic_</td><td><em>Italic</em></td></tr> <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>+Underline+</td><td><ins>Underline</ins></td></tr> <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr> -- cgit v1.2.3