1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-23 22:13:14 +02:00

Documented scrollable tables

Documentation and customization documentation added for scrollable table component.
This commit is contained in:
Angelos Chalaris
2017-06-09 13:08:34 +03:00
parent f4019a8285
commit b01be57873
22 changed files with 174 additions and 31 deletions

View File

@@ -1249,3 +1249,5 @@
- Updated the definition of `hr` to use `$_1px` instead of `1px`.
- Optimized `.horizontal` and `.scrollable` `table`s to use mixed definitions whenever possible.
- Updated all flavors to use (or not) `.scrollable` `table`s.
- Added customization documentation for `.scrollable` `table`s.
- Documented `.scrollable` `table`s everywhere.