Home › Forums › CSS › Why is this child not perfectly centered in Safari 6? › Reply To: Why is this child not perfectly centered in Safari 6?
November 27, 2013 at 10:58 am
#157245
Member
Probably this:
Safari up to 6.0 ( 6.1 for iOS ) supported an old incompatible draft version of the specification. Safari 6.1( 7 for iOS ) has been updated to support the final version.
I see you’re using display: -webkit-box;
for old Safari. I’m sure it simply has a different implementation than the current spec.