[wp-meta] [Making WordPress.org] #1223: Trac blockquote padding

Making WordPress.org noreply at wordpress.org
Tue Dec 22 20:58:30 UTC 2015


#1223: Trac blockquote padding
----------------------+-----------------------
  Reporter:  afercia  |      Owner:
      Type:  defect   |     Status:  new
  Priority:  normal   |  Component:  Trac
Resolution:           |   Keywords:  has-patch
----------------------+-----------------------
Changes (by SergeyBiryukov):

 * keywords:   => has-patch


Comment:

 The current style comes from
 [source:sites/trunk/wordpress.org/public_html/style/wp4.css wp4.css] and
 conflicts with the paragraph styling in
 [source:sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css wp-
 trac.css].

 In `wp4.css`:
 {{{
 #pagebody p {
         margin: 0 0 22px 0;
 }
 ...
 blockquote {
         background: #f5f5f5;
         border: 1px solid #dadada;
         padding: 22px 22px 0;
         margin-bottom: 22px;
 }
 }}}

 In `wp-trac.css`:
 {{{
 #main h3, #main dl, #main p {
         margin-top: 1em;
         margin-bottom: 1em;
 }
 }}}

 Note the extra `margin-top`. The styles are also inconsistent, in
 `wp4.css` they're in `px`, and in `wp-trac.css` they're in `em`.

 [attachment:meta-1223.patch] brings some consistency and fixes the issue.
 Screenshot: [attachment:meta-1223.png].

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1223#comment:4>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list