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

Making WordPress.org noreply at wordpress.org
Sun Sep 6 11:51:06 UTC 2015


#1223: Trac blockquote padding
--------------------+------------------
Reporter:  afercia  |      Owner:
    Type:  defect   |     Status:  new
Priority:  normal   |  Component:  Trac
Keywords:           |
--------------------+------------------
 When using a leading space the text is quoted and Trac outputs a
 `<blockquote>` element with a paragraph inside it which is perfect markup.
 Would be a nice touch adjusting margin and padding to make it visually
 balanced:

 [[Image(https://cldup.com/uwWT6Y8bar.png)]]

 I often found myself giving up and not using a blockquote just because it
 looks bad :) Something like this should be specific enough:

 {{{
 #main blockquote:not(.citation) p:first-child {
         margin-top: -8px;
 }
 }}}

 After:

 [[Image(https://cldup.com/ALv8mr_GTb.png)]]

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


More information about the wp-meta mailing list