Ok, I was experiencing some lag when saving edited style.css. I decided to run a check on the css using wordpress css editor(has a function to figure out errors).
I found 27 errors and I managed to correct some. But this line of code I don't understand. I had to convert the ";" to "," to reduce 14 errors to 4 but I don't know if a function is affected.
Please figure our this line.
#photos ul li a:hover
{border:0px solid red; transition-duration: �,0.8s;-moz-transition-duration: �0.8s; -webkit-transition-duration: �0.8s; -o-transition-duration: �0.8s;
}
The line above flags 15 errors but if I change(I already did) the ";" to "," it gets reduced to 4.