• storyfirst

    (@storyfirst)


    Here’s my weblog. Theme: Carrington.

    In the sidebar, if you’ll have a look, you’ll see that some but not all of the widget titles are italicized.

    I’ve gone through every line of css, everywhere, and I cannot find a single instance of font-style: italic. Anywhere.

    So I asked Firebug, and Firebug showed me this: <img src=”https://rosinalippi.com/images/moz-css-problem.jpg&#8221; />

    I admit I don’t know much about moz, but all I really need to know is, how to get moz to stop messing with the css. Can anyone tell me how to fix this? Any suggestions much appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter storyfirst

    (@storyfirst)

    I’m cross-eyed from scanning css files, which is my excuse for messing up the image link.

    Michael

    (@alchymyth)

    nothing to do with css: (well, only indirect)

    one of the tags (the em tag) in the sidebar, where the italics start, is not closed properly:

    <li><a href="https://www.goodreads.com/rosinalippi">r at goodreads</a></li>
    <li><a href="https://rosinalippi.com/weblog/?p=101"><em>spoilers galore: discuss The Endless Forest here</emL</a></li>

    see the </emL there?
    that is obviously wrong, and so the rest of the page after this is shown as italics ??

    the rest is up to you, because i can’t see from the brower html where it comes from,
    maybe you have better chances to find the source of this sidebar entry.

    Thread Starter storyfirst

    (@storyfirst)

    oh my gosh. what a dopey error. thank you for catching that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘moz – whoever that is – is playing with my css and won’t stop’ is closed to new replies.