summaryrefslogtreecommitdiffstats
path: root/public/help/cs/wiki_syntax.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/help/cs/wiki_syntax.html')
-rw-r--r--public/help/cs/wiki_syntax.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/public/help/cs/wiki_syntax.html b/public/help/cs/wiki_syntax.html
index 389b50a16..80b4d4c22 100644
--- a/public/help/cs/wiki_syntax.html
+++ b/public/help/cs/wiki_syntax.html
@@ -14,8 +14,6 @@ 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; }
</style>
</head>
<body>
@@ -24,7 +22,7 @@ table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height:
<table style="width:100%">
<tr><th colspan="3">Styly pĂ­sma</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="TuÄ?nĂ˝" /></th><td style="width:50%;">*TuÄ?nĂ˝*</td><td style="width:50%;"><strong>TuÄ?nĂ˝</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="TuÄŤnĂ˝" /></th><td style="width:50%;">*TuÄŤnĂ˝*</td><td style="width:50%;"><strong>TuÄŤnĂ˝</strong></td></tr>
<tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="KurzĂ­vou" /></th><td>_KurzĂ­vou_</td><td><em>KurzĂ­vou</em></td></tr>
<tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="PodtrĹľenĂ˝" /></th><td>+PodtrĹľenĂ˝+</td><td><ins>PodtrĹľenĂ˝</ins></td></tr>
<tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="SmazanĂ˝" /></th><td>-SmazanĂ˝-</td><td><del>SmazanĂ˝</del></td></tr>
@@ -60,10 +58,6 @@ table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height:
<tr><th colspan="3">Vnořené obrázky</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Obrázek" /></th><td>!<em>url_obrázku</em>!</td><td></td></tr>
<tr><th></th><td>!<em>vnořený_obrázek</em>!</td><td></td></tr>
-
-<tr><th colspan="3">Tables</th></tr>
-<tr><th></th><td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td><td><table class="sample"><tbody><th>A</th><th>B</th><th>C</th></tr><tr><td>A</td><td>B</td><td>C</td></tr><tr><td rowspan="2">row span</td><td>B</td><td>C</td></tr><tr><td colspan="2">col span</td></tr></tbody></table></td></tr>
-
</table>
<p><a href="wiki_syntax_detailed.html" onclick="window.open('wiki_syntax_detailed.html', '', ''); return false;">VĂ­ce informacĂ­</a></p>