This question is locked. New answers and comments are not allowed.
I have a strange strange problem
...so I have a bunch of these defined around my theme in external .css files
Every once and a while, it gets stripped out and becomes
Sometimes I dont even have the file in an active window...I'll just refresh my page and the style on something is missing
...so I have a bunch of these defined around my theme in external .css files
background-color: #C9D0D7;background-image: -webkit-gradient(linear, left top, left bottom, from(#C9D0D7), to(#FFFFFF)); /* Saf4+, Chrome */background-image: -webkit-linear-gradient(top, #C9D0D7, #FFFFFF); /* Chrome 10+, Saf5.1+ */background-image: -moz-linear-gradient(top, #C9D0D7, #FFFFFF); /* FF3.6 */background-image: -ms-linear-gradient(top, #C9D0D7, #FFFFFF); /* IE10 */background-image: -o-linear-gradient(top, #C9D0D7, #FFFFFF); /* Opera 11.10+ */background-image: linear-gradient(top, #C9D0D7, #FFFFFF); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#C9D0D7', EndColorStr='#FFFFFF'); /* IE6–IE9 */Every once and a while, it gets stripped out and becomes
background-color: #C9D0D7; /* Saf4+, Chrome */ /* Chrome 10+, Saf5.1+ *//* FF3.6 *//* IE10 */ /* Opera 11.10+ */Sometimes I dont even have the file in an active window...I'll just refresh my page and the style on something is missing