mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-26 07:14:24 +02:00
Striped tables, finished implementation of the features described in issue #32
This commit is contained in:
@@ -504,3 +504,4 @@
|
||||
- Added support for horizontal and non-responsive tables in the `table` module. Added lots of new variables and rules as needed.
|
||||
- Tested new `table` module functionality thoroughly. Everything seems to work like a charm, even if the implementation is a little bit fiddly due to flexbox playing some tricks.
|
||||
- Updated a few colors for consistency.
|
||||
- Added support for `striped` `table`s in the `table` module. Updated accordingly with variables and the likes.
|
||||
|
@@ -75,7 +75,7 @@
|
||||
</div>
|
||||
<!-- Insert your page content here-->
|
||||
<main><div class="container" style="padding-top: 20px;">
|
||||
<table>
|
||||
<table class="striped">
|
||||
<caption>Hacker List</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user