Edit Mode Stylesheet Links Won't Go Away

Permalink
So I'm about to turn over a site to my client for launch. Then my client emails me and tells me "hey, there's this blue bar on this one single page on my website."

It turns out there's a CSS rule on the body tag that reads:

margin: 49px 0 0 !important;


Looking in the head element, and there's a whole bunch of css links, including the ccm.ui.css which lives somewhere in the concrete folder. I think it's the rule that pushes the site content down when the "Logged-In" toolbar appears.

I'm hoping that there's a block style calling that stylesheet, but I'm not exactly sure what to do to get rid of this css rule. I'm not 100% sure how it got there. Can anyone help?

clocktower
 
clocktower replied on at Permalink Reply
clocktower
So I just wound up deleting the page in question and recreating it. I'd still love to know if you folks have any hypothesis for why the ccm.ui.css (among others) got pulled into that page.