mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-09-03 02:42:39 +02:00
Striped tables, finished implementation of the features described in issue #32
This commit is contained in:
3
dist/mini-default.css
vendored
3
dist/mini-default.css
vendored
@@ -936,6 +936,9 @@ table {
|
||||
text-align: right; }
|
||||
table.horizontal.preset tbody tr:first-child > td {
|
||||
padding-left: 20px; } }
|
||||
table.striped tr:nth-of-type(2n) > td {
|
||||
background: #eeeeee; }
|
||||
|
||||
.card {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
|
Reference in New Issue
Block a user