GUAC-1260 Need vendor extensions for background-size.

This commit is contained in:
James Muehlner
2015-07-22 21:43:30 -07:00
parent 1a837b9fee
commit 615d56e388

View File

@@ -86,7 +86,10 @@
margin: 0.5em auto;
width: 3em;
height: 3em;
background-size: 3em;
background-size: 3em 3em;
-moz-background-size: 3em 3em;
-webkit-background-size: 3em 3em;
-khtml-background-size: 3em 3em;
background-image: url("images/guac-tricolor.png");
}