I’m extremely puzzled and coming for help. I’m editing a WordPress theme and within 5 lines of the css it just stops “reading” it.
I cannot post an example in jsfiddle or cssdesk due to me using captions in WordPress and that isn’t supported.
Also, what bugs me, is that this was working earlier. Went to dinner, now it’s not.
http://continuum.theneocloud.com/echo-pedicure-chair/
Is the dev site. It should be 3 rows of pictures on the bottom, with the headers in between. Like I said, worked before. The browser is seeing the css file, as I can go to inspect element, and see the stylesheet being loaded.
Example problem: The headers aren’t clearing floats, the bottom pictures aren’t floating, even though the css is correct.
On line 1522 of this file, you have this declaration:
There’s an extra comma there, creating a parse error.
Furthermore, on line 20 of this file, you’re ending the rule with a right parenthesis, instead of a right brace.