regroupement des styles de tableaux

This commit is contained in:
Raphael Goetter 2017-07-31 11:41:30 +02:00
parent ba693cefba
commit 5d48351ef0
3 changed files with 20 additions and 19 deletions

View file

@ -27,3 +27,22 @@ th {
min-width: $medium-value;
cursor: default;
}
/* deco */
table,
.#{$kna-namespace}table {
border: 1px solid #ccc;
}
caption {
padding: $small-value;
color: #555;
font-style: italic;
}
td,
th {
padding: 0.3em 0.8em;
border: 1px #aaa dotted;
text-align: left;
}