[wp-meta] [Making WordPress.org] #2528: Support Theme: Remove indentation on first line of blockquote or fix quote mark

Making WordPress.org noreply at wordpress.org
Thu Feb 23 10:35:20 UTC 2017


#2528: Support Theme: Remove indentation on first line of blockquote or fix quote
mark
----------------------------+------------------
 Reporter:  zoonini         |       Owner:
     Type:  defect          |      Status:  new
 Priority:  normal          |   Milestone:
Component:  Support Forums  |  Resolution:
 Keywords:                  |
----------------------------+------------------

Comment (by netweb):

 Replying to [ticket:2528 zoonini]:
 > Digging into the CSS a bit, it looks like an opening quote symbol is
 supposed to be displayed in that space:

 That's correct, here's how it works on bbPress.org:
 ([https://bbpress.org/forums/topic/problem-passing-remote-username-when-
 importing/#post-161381 src post])
 [[Image(https://cldup.com/1tlTaxe1pf.png)]]

 The source code of this CSS is via the bb-base shared theme:
 [https://meta.trac.wordpress.org/browser/sites/trunk/buddypress.org/public_html
 /wp-content/themes/bb-base/style.css?annotate=blame#L551
 buddypress.org/public_html/wp-content/themes/bb-
 base/style.css?annotate=blame#L551]:
 {{{
 #!css
 blockquote:before {
         color: #ccc;
         content: open-quote;
         font-size: 4em;
         line-height: 0em;
         margin-right: 15px;
         vertical-align: -0.5em;
 }
 }}}

 It is then orevridden by the `content: "";` code at
 [https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html
 /wp-content/themes/pub/wporg-support/sass/elements/_elements.scss#L22
 wordpress.org/public_html/wp-content/themes/pub/wporg-
 support/sass/elements/_elements.scss#L22]

 We could remove that override and add the open-quote also for w.org:
 [[Image(https://cldup.com/KHQ7lkIjtp.png)]]

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


More information about the wp-meta mailing list