Browse Source

Merge branch 'master' of github.com:Semantic-Org/Semantic-UI-Docs

avalanche1-patch-1
jlukic 9 years ago
parent
commit
e3856a18cd
  1. 2
      server/documents/collections/table.html.eco
  2. 4
      server/documents/introduction/glossary.html.eco

2
server/documents/collections/table.html.eco

@ -318,7 +318,7 @@ themes : ['Default', 'Basic', 'Classic']
<div class="example">
<h4 class="ui header">Structured</h4>
<p>A table can formatted to display complex structured data</p>
<p>A table can be formatted to display complex structured data</p>
<div class="ui ignored info message">
<p>UI tables use <code>border-collapse: separate</code> to allow for tables to receive styles that cannot usually be applied to tables like <code>border-radius</code>. However this can cause some cell borders to appear missing with complex layouts that use <code>rowspan</code> or <code>colspan</code> and rows with varying column count.</p>

4
server/documents/introduction/glossary.html.eco

@ -136,10 +136,10 @@ type : 'Introduction'
</tr>
<tr>
<td>Node JS</td>
<td>Node is a event driven programming language frequently used to run command line tools for front end development. <a href="http://www.nodejs.com" target="_blank">nodejs.org</a></td>
<td>Node is a event driven programming language frequently used to run command line tools for front end development. <a href="http://www.nodejs.org" target="_blank">nodejs.org</a></td>
</tr>
</table>
</div>
</div>
</div>

Loading…
Cancel
Save