• Resolved wlasch

    (@wlasch)


    Hello, I was looking at the browser logs and found that two minor typos, or alike in style.css:

    from line 384 on:

    /* =Forms
    ----------------------------------------------- */
    button,
    input,
    select,
    textarea {
      margin: 0;
      /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
      vertical-align: baseline;
      /* Improves appearance and consistency in all browsers */
    !down hier ist a line that is not valid, line 399:
      *vertical-align: middle;
      /* Improves appearance and consistency in all browsers */
    }

    and one more:

    925 mark, ins {
    926 background: fff9c0;
    927 text-decoration: none;
    927 }

    thise are some little ones, I think, but nevertheless…
    In ver 1.09 are they a little off, but still there.

    greets

Viewing 3 replies - 1 through 3 (of 3 total)
  • The first one could be making use of the star hack for IE 7 or lower, but I’m not familiar enough with Pictorico’s development to comment on that. (I do notice that Pictorico uses a lot of older CSS practices that are no longer considered best practice.)

    Hi there!

    I’m thinking the first one is the star hack you mentioned, but I’ve reported both to the theme devs to take a look and update where possible.

    Thanks! 🙂

    Theme Author Automattic

    (@automattic)

    Thanks for reporting this issue!

    It looks like the asterisk is indeed there to tweak the styles for IE7 and older versions.

    We’ve fixed the missing hash mark issue for the mark and ins tags. The fix will be available in the next version in the theme repository shortly!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘some failures in style.css’ is closed to new replies.