From e817ea15f95a897a23d25e0ad365a00e5d88050a Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 3 Jan 2015 14:59:01 +0000 Subject: Adds table reference to textile help (#12734). Patch by Matt Wiseley. git-svn-id: http://svn.redmine.org/redmine/trunk@13825 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/help/no/wiki_syntax.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'public/help/no') diff --git a/public/help/no/wiki_syntax.html b/public/help/no/wiki_syntax.html index aa645cc6e..95ecd7c12 100644 --- a/public/help/no/wiki_syntax.html +++ b/public/help/no/wiki_syntax.html @@ -14,6 +14,8 @@ table td h1 { font-size: 1.8em; text-align: left; } table td h2 { font-size: 1.4em; text-align: left; } table td h3 { font-size: 1.2em; text-align: left; } +table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } +table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } @@ -58,6 +60,23 @@ table td h3 { font-size: 1.2em; text-align: left; } Inline images Image!image_url! !attached_image! + +Tables + + + |_. A |_. B |_. C |
| A | B | C |
|/2. row span | B | C |
|\2. col span | + + + + + + + + +
ABC
ABC
row spanBC
col span
+ + +

More Information

-- cgit v1.2.3