diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/elements/_elements.scss wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/elements/_elements.scss
index 4d2530bb..3ef6b665 100644
|
|
blockquote, q { |
25 | 25 | |
26 | 26 | blockquote { |
27 | 27 | // Override wp4.css. |
28 | | background: transparent; |
| 28 | background: $color__background-pre; |
29 | 29 | border: none; |
30 | | padding: 0; |
31 | 30 | |
32 | | border-left: 2px solid $color__border; |
33 | 31 | color: #82878c; |
34 | 32 | font-style: italic; |
35 | 33 | margin: 1rem 0; |
36 | | padding-left: 1rem; |
| 34 | padding: 1rem 2rem; |
37 | 35 | |
38 | 36 | cite { |
39 | 37 | font-size: ms( -2 ); |
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
index f5f6eff7..5996acc8 100644
|
|
add_action( 'after_setup_theme', __NAMESPACE__ . '\content_width', 0 ); |
57 | 57 | */ |
58 | 58 | function scripts() { |
59 | 59 | $suffix = is_rtl() ? '-rtl' : ''; |
60 | | wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . "/css/style{$suffix}.css", array(), '20171016' ); |
| 60 | wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . "/css/style{$suffix}.css", array(), '20171124' ); |
61 | 61 | |
62 | 62 | wp_enqueue_script( 'wporg-plugins-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20151215', true ); |
63 | 63 | wp_enqueue_script( 'wporg-plugins-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20151215', true ); |