[wp-trac] [WordPress Trac] #30572: Twenty Fifteen: Remove unnecessary fail safe styles

WordPress Trac noreply at wordpress.org
Tue Dec 2 14:23:36 UTC 2014


#30572: Twenty Fifteen: Remove unnecessary fail safe styles
---------------------------+-----------------------
 Reporter:  iamtakashi     |      Owner:
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  4.1
Component:  Bundled Theme  |    Version:  trunk
 Severity:  normal         |   Keywords:  has-patch
  Focuses:                 |
---------------------------+-----------------------
 This is from Twenty Fourteen and I think the idea is to avoid double
 margin but since `span` doesn't have margin so they are probably not
 necessary.


 {{{
 p > embed,
 p > iframe,
 p > object,
 p > video,
 span > embed,
 span > iframe,
 span > object,
 span > video {
         margin-bottom: 0;
         max-width: 100%;
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30572>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list