1
0
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:
Angelos Chalaris
2016-11-22 00:08:27 +02:00
parent e99dcae2a9
commit 42ee89f147
6 changed files with 16 additions and 2 deletions

View File

@@ -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;