fix: amelioration tableaux
This commit is contained in:
parent
0544d9412b
commit
0a3dd738d7
1 changed files with 20 additions and 0 deletions
|
@ -428,3 +428,23 @@ hgroup h1 img {
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.4));
|
filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.4));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: separate;
|
||||||
|
width:100%;
|
||||||
|
border:0;
|
||||||
|
border-spacing: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.centered th, table.centered td {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr, th, td {
|
||||||
|
border:0;
|
||||||
|
}
|
||||||
|
|
||||||
|
th, td {
|
||||||
|
background-color: rgba(0,0,0,0.05);
|
||||||
|
padding:.33rem .66rem;
|
||||||
|
}
|
Loading…
Reference in a new issue