diff --git a/docs/table.html b/docs/table.html index abcc985..74d1756 100644 --- a/docs/table.html +++ b/docs/table.html @@ -399,7 +399,7 @@ <!-- ... --> </tbody> </table> -
Do: The first row in a preset matrix table or any table without a <thead>
element will have an extra border at the top. You can use a generic class to set border-to: 0;
for the elements inside that row to fix this.
Do: The first row in a preset matrix table or any table without a <thead>
element will have an extra border at the top. You can use a generic class to set border-top: 0;
for the elements inside that row to fix this.
<table class="horizontal preset"> diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index f23c726..851eecd 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -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`.