More actions
| Line 697: | Line 697: | ||
background-image: -webkit-linear-gradient(#00AA00, #AA0000); | background-image: -webkit-linear-gradient(#00AA00, #AA0000); | ||
background-image: -ms-linear-gradient(#00AA00, #AA0000); | background-image: -ms-linear-gradient(#00AA00, #AA0000); | ||
background-image: -webkit-gradient(#00AA00, #AA0000); | background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #00AA00), color-stop(1, #AA0000) ); | ||
background-color: #111111; | background-color: #111111; | ||
height: 100%; | height: 100%; | ||