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

Making WordPress.org noreply at wordpress.org
Thu Apr 27 18:39:28 UTC 2017


#2790: Blockquote styles enhancement
----------------------------+------------------------------------
 Reporter:  webdevmattcrom  |       Owner:  mapk
     Type:  enhancement     |      Status:  reviewing
 Priority:  normal          |   Milestone:  Plugin Directory v3.0
Component:  General         |  Resolution:
 Keywords:  has-patch       |
----------------------------+------------------------------------

Comment (by webdevmattcrom):

 Thanks @ketuchetan -- I actually realized I didn't follow the standard
 padding sizing that the current styles employ. If possible, can you update
 your patch to this?


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

 It's just adding that second padding rule.

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


More information about the wp-meta mailing list