#rt-top-surround,
div#rt-top {
filter: none !important;
}
The following users have thanked you: JJ Spelman
#rt-top-surround {
background-color: #363636;
background-image: -moz-linear-gradient(top,#3b3b3b,#2e2e2e);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#3b3b3b),to(#2e2e2e));
background-image: -webkit-linear-gradient(top,#3b3b3b,#2e2e2e);
background-image: -o-linear-gradient(top,#3b3b3b,#2e2e2e);
background-image: linear-gradient(to bottom,#3b3b3b,#2e2e2e);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b3b3b', endColorstr='#ff2e2e2e', GradientType=0);
changed to:
background-color: transparent!important;
background-image: none!important;
background-image: none!important;
background-image: none!important;
background-image: none!important;
background-image: none!important;
background-repeat: no-repeat;
filter: none!important;
}
Time to create page: 0.056 seconds