use sprites to reduce the number of requests

This commit is contained in:
Jakob Ketterl
2020-09-10 22:29:01 +02:00
parent 626fa7681b
commit 63c31eba22
8 changed files with 137 additions and 18 deletions

View File

@ -6,3 +6,7 @@ html, body
font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
}
.sprite {
background-image: url(../gfx/openwebrx-sprites.png);
display: inline-block;
}