1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-01-17 12:58:13 +01:00

Doc update

Typo fixed in table documentation.
This commit is contained in:
Angelos Chalaris 2017-05-30 13:21:19 +03:00
parent 33d25de9a9
commit 085ca5c247
2 changed files with 7 additions and 1 deletions

View File

@ -399,7 +399,7 @@
<span class="fore-tertiary">&lt;!-- ... --&gt;</span>
&lt;/tbody&gt;
&lt;/table&gt;</pre>
<p class="do" style="text-align: justify;"><mark class="tertiary">Do:</mark>&nbsp;The first row in a preset matrix table or any table without a <code>&lt;thead&gt;</code> element will have an extra border at the top. You can use a generic class to set <code>border-to: 0;</code> for the elements inside that row to fix this.</p>
<p class="do" style="text-align: justify;"><mark class="tertiary">Do:</mark>&nbsp;The first row in a preset matrix table or any table without a <code>&lt;thead&gt;</code> element will have an extra border at the top. You can use a generic class to set <code>border-top: 0;</code> for the elements inside that row to fix this.</p>
</div>
<div class="col-sm-12 col-md-6 col-sm-last col-md-normal">
<pre>&lt;table class=&quot;horizontal preset&quot;&gt;

View File

@ -1179,3 +1179,9 @@
- Justify-aligned all paragraphs of text in documentation pages.
- Fixed a couple of mistakes in the documentation pages.
- Updated `navigation`'s `.drawer` documentation with better notes and examples.
## 20170530
- Added a note in `core` doc to tell people about fluid typography.
- Fixed a typo in `tab`.
- Fixed a typo in `table`.