Tables can quickly be styled by simply using the .table-stylish class.
However, due to browsers inability to stay consistent, they cannot be rounded as easily as other elements.
Therefore, the .o-hidden is automatically applied to the table itself.
A cleaner fix could have been implemented, but it would have decently inflated the stylesheet's size.
Head 1 | Head 2 |
---|---|
Cell 1.1 | Cell 1.2 |
Cell 2.1 | Cell 2.2 |
table.table-stylish.table-p-s.border.r-l
thead>th>td*2
tbody>tr*2>td*2