211 | | background: #8cc1ea; |
212 | | background-image: -webkit-gradient(linear, left top, left bottom, from(#8cc1ea), to(#72a7cf)); |
213 | | background-image: -webkit-linear-gradient(top, #8cc1ea, #72a7cf); |
214 | | background-image: -moz-linear-gradient(top, #8cc1ea, #72a7cf); |
215 | | background-image: -o-linear-gradient(top, #8cc1ea, #72a7cf); |
216 | | background-image: linear-gradient(to bottom, #8cc1ea, #72a7cf); |
| 211 | background-color: #21759b; |
| 212 | background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b)); |
| 213 | background-image: -webkit-linear-gradient(top, #2a95c5, #21759b); |
| 214 | background-image: -moz-linear-gradient(top, #2a95c5, #21759b); |
| 215 | background-image: -ms-linear-gradient(top, #2a95c5, #21759b); |
| 216 | background-image: -o-linear-gradient(top, #2a95c5, #21759b); |
| 217 | background-image: linear-gradient(to bottom, #2a95c5, #21759b); |