1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-09-09 05:30:47 +02:00

Table module documentation initial commit

This commit is contained in:
Angelos Chalaris
2016-11-29 00:23:56 +02:00
parent 9e5167ac07
commit c73922c24a
7 changed files with 380 additions and 10 deletions

View File

@@ -791,9 +791,9 @@ table {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.15); }
table caption {
font-size: 1.5em;
margin: 6px 0 12px; }
margin: 6px 8px 12px; }
table tr {
padding: 6px; }
padding: 8px; }
table th, table td {
padding: 10px;
border-left: 1px solid #bdbdbd;
@@ -803,7 +803,7 @@ table {
table thead th {
border-top: 0; }
table th {
background: #cfd8dc; }
background: #e0e0e0; }
table th:first-child, table td:first-child {
border-left: 0; }
@@ -853,7 +853,7 @@ table {
flex: 0 1 auto;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
padding: 6px; }
padding: 8px; }
table.horizontal caption {
-webkit-box-flex: 1;
max-width: 100%;
@@ -1173,7 +1173,6 @@ mark {
display: block;
background: #eeeeee;
border: 1px solid #bdbdbd;
border-radius: 2px;
margin: 1px 10px;
padding: 12px 16px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18), 0 1px 2px rgba(0, 0, 0, 0.26); }