[wp-meta] [Making WordPress.org] #2790: Blockquote styles enhancement

Making WordPress.org noreply at wordpress.org
Thu Apr 27 05:01:10 UTC 2017


#2790: Blockquote styles enhancement
----------------------------+-----------------------------------
 Reporter:  webdevmattcrom  |      Owner:
     Type:  enhancement     |     Status:  new
 Priority:  normal          |  Milestone:  Plugin Directory v3.0
Component:  General         |   Keywords:
----------------------------+-----------------------------------
 Currently, the blockquote styles on the single plugin page are almost
 invisible. Here's what they are currently:


 {{{
 blockquote {
     background: transparent;
     border: none;
     padding: 0;
     border-left: 2px solid #eee;
     color: #82878c;
     font-style: italic;
     margin: 16px 0;
     margin: 1rem 0;
     padding-left: 16px;
     padding-left: 1rem;
 }
 }}}

 I'd like to suggest this instead:


 {{{
 blockquote {
     background: #eee;
     border: none;
     color: #82878c;
     font-style: italic;
     margin: 16px 0;
     margin: 1rem 0;
     padding: 10px 40px;
 }
 }}}

 Here's a before image:
 [[Image(https://i.imgur.com/dbk94ob.png)]]

 Here's an after image:
 [[Image(https://i.imgur.com/X4Jts45.png)]]

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


More information about the wp-meta mailing list