Fix image sizing

This commit is contained in:
synth-ruiner
2015-03-18 16:34:21 +00:00
parent 05b9885541
commit bcb729f8e3
2 changed files with 2 additions and 2 deletions

View File

@@ -225,6 +225,7 @@
li.flagged {
background-color: #b5fe52;
background-image: url("images/flag.png");
background-size: 100% 100%;
}
li.flagged:hover {
@@ -234,6 +235,7 @@
li.mine.revealed {
background-color: #d23000;
background-image: url("images/skull.png");
background-size: 100% 100%;
}
li.mines1 {