1111 | | background-image: -ms-linear-gradient(bottom, #e3e3e3, #fff); |
1112 | | background-image: -moz-linear-gradient(bottom, #e3e3e3, #fff); |
1113 | | background-image: -o-linear-gradient(bottom, #e3e3e3, #fff); |
1114 | | background-image: -webkit-linear-gradient(bottom, #e3e3e3, #fff); |
1115 | | background-image: linear-gradient(bottom, #e3e3e3, #fff); |
| 1111 | background-image: -ms-linear-gradient(bottom, #ddd, #fff); |
| 1112 | background-image: -moz-linear-gradient(bottom, #ddd, #fff); |
| 1113 | background-image: -o-linear-gradient(bottom, #ddd, #fff); |
| 1114 | background-image: -webkit-linear-gradient(bottom, #ddd, #fff); |
| 1115 | background-image: linear-gradient(bottom, #ddd, #fff); |