[wp-trac] [WordPress Trac] #37547: Twenty Twelve IE stylesheet: Missing CSS

WordPress Trac noreply at wordpress.org
Wed Aug 3 21:08:02 UTC 2016


#37547: Twenty Twelve IE stylesheet: Missing CSS
---------------------------+------------------------------
 Reporter:  superpoincare  |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Bundled Theme  |     Version:  4.5.3
 Severity:  normal         |  Resolution:
 Keywords:  has-patch      |     Focuses:
---------------------------+------------------------------

Comment (by superpoincare):

 Hi Sergey,

 It affects IE versions below 9.

 This happens because in the mobile-first part of the style.css with no
 media query, sets a margin.

 https://github.com/WordPress/WordPress/blob/master/wp-
 content/themes/twentytwelve/style.css#L571

 Then within media queries, it is set to zero.

 https://github.com/WordPress/WordPress/blob/master/wp-
 content/themes/twentytwelve/style.css#L1510

 The sheet for IE less than IE9, i.e., IE6-8 then forgets to set it to
 zero.

 Attaching two screenshots. One for IE 8 and the other for Edge 13

 (I don't know how to attach images here, so I am linking it to imgur,
 sorry!)

 http://imgur.com/a/EJX4F

--
Ticket URL: <https://core.trac.wordpress.org/ticket/37547#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list