Fix image sizing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user