This commit is contained in:
andreagatti 2017-05-27 00:28:41 +02:00
parent a3940ad75d
commit 06be466a58
2 changed files with 2 additions and 2 deletions

BIN
static/cibo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -40,7 +40,6 @@
td { td {
background: white; background: white;
font-size: 12px; font-size: 12px;
font-weight: : 700;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
width: calc((70vw / {{.larghezza}}) - 3px); width: calc((70vw / {{.larghezza}}) - 3px);
@ -50,7 +49,8 @@
height: 3em; height: 3em;
} }
.cibo { .cibo {
background: #FFFF33; background-image: url("/static/cibo.png");
background-size: 100% 100%;
padding: 0px; padding: 0px;
} }
.razza1 { .razza1 {