fix: amelioration tableaux
This commit is contained in:
parent
0544d9412b
commit
0a3dd738d7
1 changed files with 20 additions and 0 deletions
|
@ -427,4 +427,24 @@ hgroup h1 {
|
|||
hgroup h1 img {
|
||||
image-rendering: pixelated;
|
||||
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