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:
parent
33d25de9a9
commit
085ca5c247
@ -399,7 +399,7 @@
|
||||
<span class="fore-tertiary"><!-- ... --></span>
|
||||
</tbody>
|
||||
</table></pre>
|
||||
<p class="do" style="text-align: justify;"><mark class="tertiary">Do:</mark> The first row in a preset matrix table or any table without a <code><thead></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> The first row in a preset matrix table or any table without a <code><thead></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><table class="horizontal preset">
|
||||
|
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user