Doc update

Fixed a typo in tab and added a note about fluid typography in core.
This commit is contained in:
Angelos Chalaris 2017-05-30 11:22:36 +03:00
parent 0afb5277ad
commit 33d25de9a9
2 changed files with 7 additions and 1 deletions

View file

@ -116,6 +116,12 @@
</ul>
</div>
</div>
<div class="section">
<h3>Notes</h3>
<ul style="text-align:justify">
<li>Fluid typography is also included, but not enabled by default. If you want to try it out, check out the out the <a href="customization.html">customization</a> page.</li>
</ul>
</div>
</div>
</div>
</div>

View file

@ -122,7 +122,7 @@
</div>
</div>
<div class="col-sm-12 col-sm-first col-md-12 col-md-normal col-lg-8">
<p style="text-align:justify">The tab container's basic sytanx is composed of two components, presented below in the order they should be added to the DOM tree:</p>
<p style="text-align:justify">The tab container's basic syntax is composed of two components, presented below in the order they should be added to the DOM tree:</p>
<ul style="text-align:justify">
<li>At the outermost level of the tab container is a <code>&lt;div&gt;</code> element implementing the <code>.tabs</code> class. This serves as the wrapper of the tab container.</li>
<li>Inside the <code>.tabs</code> container, add a set of the following three elements for each tab: