jquery / jquery-wp-content

WordPress themes and plugins for the jQuery sites
GNU General Public License v2.0
253 stars 169 forks source link

Fix blockquote styles #454

Closed Krinkle closed 8 months ago

Krinkle commented 8 months ago

I'm looking to add blockquote styles to Amethyst for use in the QUnit docs on https://api.qunitjs.com/QUnit/load/#karma-runner, where there is currently an unstyled blockquote.

Looking at jquery-wp-content for inspiration, I noticed the styles are quite odd.

For example: https://meetings.jquery.org/2013-01-31-tc39/#map-set-comparator (scroll down slightly) renders today as:

Screenshot

Notice that:

In the doc sites, I could not find any other pages that uses blockquotes. We do have various blog posts with quotes though, such as:

https://blog.jquery.com/2016/07/27/the-jquery-foundation-and-standards-2/

Screenshot
Krinkle commented 8 months ago

After:

Doc example Blog example
Screenshot Screenshot