Data and layout improvements

This commit is contained in:
Marc Riera Irigoyen 2022-04-13 18:47:48 +02:00
parent 68b3d702b1
commit 29dc5c1e56
14 changed files with 82 additions and 13 deletions

View file

@ -0,0 +1,13 @@
table #image img {
margin: 0;
max-width: 190px;
max-height: 190px;
}
table #native {
background-color: rgba(189,233,186,.35);
}
table #partial {
background-color: rgba(255,215,140,.35);
}