[wp-meta] [Making WordPress.org] #3181: P2: Extra bottom margin on callout boxes

Making WordPress.org noreply at wordpress.org
Wed Oct 4 21:25:19 UTC 2017


#3181: P2: Extra bottom margin on callout boxes
--------------------------------------+-----------------------------
 Reporter:  SergeyBiryukov            |      Owner:
     Type:  defect                    |     Status:  new
 Priority:  normal                    |  Milestone:
Component:  Make (Get Involved) / P2  |   Keywords:  has-screenshots
--------------------------------------+-----------------------------
 On https://make.wordpress.org/polyglots/teams/?locale=ru_RU, there's a
 callout box at the bottom.

 The box is supposed to have these styles:
 {{{
 .callout p {
     margin-bottom: 0.6em;
     margin-top: 0.5em;
 }
 }}}

 They are inadvertently overridden with the theme's default article
 paragraph styles, resulting in extra bottom margin:
 {{{
 article.post p, article#post-new p, article.page p {
     margin: 0 0 1.2em 0;
 }
 }}}

 See the screenshot.

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3181>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list