[Support request] [FAO Tom] Possible Very Minor Bug Report?

Home Forums Support [Support request] [FAO Tom] Possible Very Minor Bug Report?

Home Forums Support [FAO Tom] Possible Very Minor Bug Report?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1350016
    Clive

    Hi Tom,

    I’m currently developing a new site on localhost. While using the Firefox Web Developer Inspector to play around with the CSS, I spotted this warning in the console: “This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.”

    I’ve had a look through the code, and it seems to relate to the style-min.css file ( plugins/gp-premium/blog/functions/css/style-min.css ). About a third of the way into the text block is this property -> .inside-article{zoom:1}. I changed this to -> .inside-article{transform:scale(1)}. The warning has now gone, and I don’t appear to have broken anything (yet!)

    No idea if this needs to be updated, but just thought I should let you know in case it does.

    Cheers,

    Clive

    #1350819
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    That’s old CSS to handle bugs in IE8 I believe. It’s been removed in the next versions 🙂

    Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.