fire tweaks
This commit is contained in:
parent
ef220d3ba7
commit
c905360ecc
|
@ -17,7 +17,10 @@ td.hex {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ablaze {
|
.ablaze {
|
||||||
background: url(fire.gif) bottom repeat-x;
|
background-image: url(fire.gif);
|
||||||
|
background-position-y: bottom;
|
||||||
|
background-repeat-x: repeat;
|
||||||
|
background-repeat-y: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
|
|
Loading…
Reference in New Issue