Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: docs - align cells in tables acording markdown
  • Loading branch information
perexg committed Jun 12, 2015
1 parent fec389b commit 73abc00
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions docs/html/en/epg.html
Expand Up @@ -156,78 +156,78 @@ <h4>Watch TV</h4>
<h5>Supported formats (containers)</h5>
<table>
<thead><tr>
<th>Browser</th>
<th>MPEG-TS</th>
<th>MPEG-PS</th>
<th>Matroska</th>
<th>WebM </th>
<th style="text-align:center">Browser</th>
<th style="text-align:center">MPEG-TS</th>
<th style="text-align:center">MPEG-PS</th>
<th style="text-align:center">Matroska</th>
<th style="text-align:center">WebM </th>
</tr>
</thead>
<tbody>
<tr>
<td>Google Chrome</td>
<td><img src="static/icons/exclamation.png" alt="no" /></td>
<td><img src="static/icons/exclamation.png" alt="no" /></td>
<td><img src="static/icons/accept.png" alt="yes" /></td>
<td><img src="static/icons/accept.png" alt="yes" /></td>
<td style="text-align:center">Google Chrome</td>
<td style="text-align:center"><img src="static/icons/exclamation.png" alt="no" /></td>
<td style="text-align:center"><img src="static/icons/exclamation.png" alt="no" /></td>
<td style="text-align:center"><img src="static/icons/accept.png" alt="yes" /></td>
<td style="text-align:center"><img src="static/icons/accept.png" alt="yes" /></td>
</tr>
<tr>
<td>Mozilla Firefox</td>
<td><img src="static/icons/exclamation.png" alt="no" /></td>
<td><img src="static/icons/exclamation.png" alt="no" /></td>
<td></td>
<td><img src="static/icons/accept.png" alt="yes" /></td>
<td style="text-align:center">Mozilla Firefox</td>
<td style="text-align:center"><img src="static/icons/exclamation.png" alt="no" /></td>
<td style="text-align:center"><img src="static/icons/exclamation.png" alt="no" /></td>
<td style="text-align:center"></td>
<td style="text-align:center"><img src="static/icons/accept.png" alt="yes" /></td>
</tr>
</tbody>
</table>
<h5>Supported video codecs</h5>
<table>
<thead><tr>
<th>Browser</th>
<th>MPEG2 Video</th>
<th>H.264</th>
<th>VP8 </th>
<th style="text-align:center">Browser</th>
<th style="text-align:center">MPEG2 Video</th>
<th style="text-align:center">H.264</th>
<th style="text-align:center">VP8 </th>
</tr>
</thead>
<tbody>
<tr>
<td>Google Chrome</td>
<td><img src="static/icons/exclamation.png" alt="no" /></td>
<td><img src="static/icons/accept.png" alt="yes" /></td>
<td><img src="static/icons/accept.png" alt="yes" /></td>
<td style="text-align:center">Google Chrome</td>
<td style="text-align:center"><img src="static/icons/exclamation.png" alt="no" /></td>
<td style="text-align:center"><img src="static/icons/accept.png" alt="yes" /></td>
<td style="text-align:center"><img src="static/icons/accept.png" alt="yes" /></td>
</tr>
<tr>
<td>Mozilla Firefox</td>
<td><img src="static/icons/exclamation.png" alt="no" /></td>
<td></td>
<td><img src="static/icons/accept.png" alt="yes" /></td>
<td style="text-align:center">Mozilla Firefox</td>
<td style="text-align:center"><img src="static/icons/exclamation.png" alt="no" /></td>
<td style="text-align:center"></td>
<td style="text-align:center"><img src="static/icons/accept.png" alt="yes" /></td>
</tr>
</tbody>
</table>
<h5>Supported audio codecs</h5>
<table>
<thead><tr>
<th>Browser</th>
<th>MPEG2 Audio</th>
<th>Dolby Digital (AC3)</th>
<th>AAC</th>
<th>Vorbis </th>
<th style="text-align:center">Browser</th>
<th style="text-align:center">MPEG2 Audio</th>
<th style="text-align:center">Dolby Digital (AC3)</th>
<th style="text-align:center">AAC</th>
<th style="text-align:center">Vorbis </th>
</tr>
</thead>
<tbody>
<tr>
<td>Google Chrome</td>
<td><img src="static/icons/exclamation.png" alt="no" /></td>
<td><img src="static/icons/exclamation.png" alt="no" /></td>
<td><img src="static/icons/accept.png" alt="yes" /></td>
<td><img src="static/icons/accept.png" alt="yes" /></td>
<td style="text-align:center">Google Chrome</td>
<td style="text-align:center"><img src="static/icons/exclamation.png" alt="no" /></td>
<td style="text-align:center"><img src="static/icons/exclamation.png" alt="no" /></td>
<td style="text-align:center"><img src="static/icons/accept.png" alt="yes" /></td>
<td style="text-align:center"><img src="static/icons/accept.png" alt="yes" /></td>
</tr>
<tr>
<td>Mozilla Firefox</td>
<td><img src="static/icons/exclamation.png" alt="no" /></td>
<td><img src="static/icons/exclamation.png" alt="no" /></td>
<td></td>
<td><img src="static/icons/accept.png" alt="yes" /></td>
<td style="text-align:center">Mozilla Firefox</td>
<td style="text-align:center"><img src="static/icons/exclamation.png" alt="no" /></td>
<td style="text-align:center"><img src="static/icons/exclamation.png" alt="no" /></td>
<td style="text-align:center"></td>
<td style="text-align:center"><img src="static/icons/accept.png" alt="yes" /></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 73abc00

Please sign in to comment.