I got on today and was excited to see that the pet lore had been added but....

um Well judging by the comments on the news post this is not happening to anyone but me. What can I do to fix this?
Using Firefox 32
[edit] Oh wow! It's happening to every single category, not just the pets. I can't view anything, not the locations, the holidays, the characters, anything!. All the pages are set up like this. The images stacked up top of each other with all the links stacked on top of each other beneath it.
Any Custom CSS, AdBlock, or other add-ons that could be affecting the page layout?
After searching through each bit of my custom css I found what was causing it to happen. It's something I had in my customcss for years but I never labelled what it did
/* idk what this does */
.container-fluid > h1 + div,
.container-fluid > h1 + div > div { width: 37.21em !important; }
.container-fluid h1 + div > .row-fluid .span2 { width: auto; margin: 0; }
I got it from someone else but since I don't know what it is I guess I'll just remove it.
Thanks for your help ^-^