I am tring to edit CSS and add this new command >
.qa-main {
background-image: -moz-linear-gradient(center top , #FFFFFF, #F3E6CF);
clear: left;
float: left;
margin-bottom: 2em;
overflow: hidden;
padding-left: 20px;
width: 750px;
border-radius: 0 0 10px 10px;
}
But...I see the changes only FireFox
IE-8 and Google Chrmo I can not see, somebody knows why. Please.