From 3746d596842789a89726618f401df2c99b672d0c Mon Sep 17 00:00:00 2001
From: agata <automa@insicuri.net>
Date: Sat, 24 Apr 2021 21:44:39 +0200
Subject: [PATCH] [auto] theme: twentyfifteen 2.9

---
 .../themes/twentyfifteen/author-bio.php       |   2 +-
 .../themes/twentyfifteen/content-search.php   |   2 +-
 .../twentyfifteen/css/editor-blocks.css       | 137 ++++++++++++++++--
 .../themes/twentyfifteen/css/editor-style.css |   3 +-
 wp-content/themes/twentyfifteen/functions.php |  51 +++----
 .../twentyfifteen/genericons/genericons.css   |   2 +-
 wp-content/themes/twentyfifteen/header.php    |   2 +-
 wp-content/themes/twentyfifteen/image.php     |   2 +-
 .../twentyfifteen/inc/custom-header.php       |  30 ++--
 .../themes/twentyfifteen/inc/customizer.php   |   4 +-
 .../twentyfifteen/inc/template-tags.php       |   4 +-
 .../themes/twentyfifteen/js/functions.js      |   2 +-
 wp-content/themes/twentyfifteen/readme.txt    |  21 ++-
 wp-content/themes/twentyfifteen/style.css     |   7 +-
 14 files changed, 199 insertions(+), 70 deletions(-)

diff --git a/wp-content/themes/twentyfifteen/author-bio.php b/wp-content/themes/twentyfifteen/author-bio.php
index 5f30207f5..bfacd319a 100644
--- a/wp-content/themes/twentyfifteen/author-bio.php
+++ b/wp-content/themes/twentyfifteen/author-bio.php
@@ -13,7 +13,7 @@
 	<div class="author-avatar">
 		<?php
 		/**
-		 * Filter the author bio avatar size.
+		 * Filters the author bio avatar size.
 		 *
 		 * @since Twenty Fifteen 1.0
 		 *
diff --git a/wp-content/themes/twentyfifteen/content-search.php b/wp-content/themes/twentyfifteen/content-search.php
index 89c8ea805..a619c468e 100644
--- a/wp-content/themes/twentyfifteen/content-search.php
+++ b/wp-content/themes/twentyfifteen/content-search.php
@@ -21,7 +21,7 @@
 		<?php the_excerpt(); ?>
 	</div><!-- .entry-summary -->
 
-	<?php if ( 'post' == get_post_type() ) : ?>
+	<?php if ( 'post' === get_post_type() ) : ?>
 
 		<footer class="entry-footer">
 			<?php twentyfifteen_entry_meta(); ?>
diff --git a/wp-content/themes/twentyfifteen/css/editor-blocks.css b/wp-content/themes/twentyfifteen/css/editor-blocks.css
index 92701b356..4209d353c 100644
--- a/wp-content/themes/twentyfifteen/css/editor-blocks.css
+++ b/wp-content/themes/twentyfifteen/css/editor-blocks.css
@@ -12,6 +12,7 @@ Description: Used to style blocks in the editor.
 4.0 Blocks - Formatting
 5.0 Blocks - Layout Elements
 6.0 Blocks - Widgets
+7.0 Blocks - Colors
 --------------------------------------------------------------*/
 
 /*--------------------------------------------------------------
@@ -330,11 +331,7 @@ Description: Used to style blocks in the editor.
 .block-library-list ul,
 .edit-post-visual-editor ol,
 .editor-block-list__block ol,
-.block-library-list ol {
-	margin: 0 0 1.6em 1.3333em;
-	padding: 0;
-}
-
+.block-library-list ol,
 .block-library-list .editor-rich-text__tinymce {
 	padding: 0;
 }
@@ -365,14 +362,22 @@ Description: Used to style blocks in the editor.
 	margin-bottom: 0;
 }
 
-.rtl .edit-post-visual-editor ul:not(.wp-block-gallery),
-.rtl .editor-block-list__block ul:not(.wp-block-gallery),
-.rtl .block-library-list ul,
-.rtl .edit-post-visual-editor ol,
-.rtl .editor-block-list__block ol,
-.rtl .block-library-list ol {
+.rtl .editor-styles-wrapper ul ul,
+.rtl .editor-styles-wrapper ol ol,
+.rtl .editor-styles-wrapper ul ol,
+.rtl .editor-styles-wrapper ol ul {
 	margin-left: 0;
-	margin-right: 1.3333em;
+	margin-right: 23px;
+}
+
+.wp-block-freeform.block-library-rich-text__tinymce ul,
+.wp-block-freeform.block-library-rich-text__tinymce ol {
+	padding-left: 23px;
+}
+
+.rtl .wp-block-freeform.block-library-rich-text__tinymce ul,
+.rtl .wp-block-freeform.block-library-rich-text__tinymce ol {
+	padding: 0;
 }
 
 /* Quote */
@@ -630,7 +635,7 @@ p.has-drop-cap:not(:focus)::first-letter {
 
 /* Code */
 
-.wp-block-code,
+.editor-styles-wrapper .wp-block-code,
 .wp-block-freeform.block-library-rich-text__tinymce code {
 	background: transparent;
 	border: 0;
@@ -701,6 +706,12 @@ p.has-drop-cap:not(:focus)::first-letter {
 	text-align: right;
 }
 
+/* Verse */
+
+.editor-styles-wrapper .wp-block-verse {
+	font-family: inherit;
+}
+
 /*--------------------------------------------------------------
 5.0 Blocks - Layout Elements
 --------------------------------------------------------------*/
@@ -869,3 +880,103 @@ p.has-drop-cap:not(:focus)::first-letter {
 .edit-post-visual-editor .wp-block-latest-posts.is-grid li {
 	margin-bottom: 16px;
 }
+
+/*--------------------------------------------------------------
+7.0 Blocks - Colors
+--------------------------------------------------------------*/
+
+:root .editor-styles-wrapper .has-dark-gray-color {
+	color: #111;
+}
+
+:root .editor-styles-wrapper .has-dark-gray-background-color {
+	background-color: #111;
+}
+
+:root .editor-styles-wrapper .has-light-gray-color {
+	color: #f1f1f1;
+}
+
+:root .editor-styles-wrapper .has-light-gray-background-color {
+	background-color: #f1f1f1;
+}
+
+:root .editor-styles-wrapper .has-white-color {
+	color: #fff;
+}
+
+:root .editor-styles-wrapper .has-white-background-color {
+	background-color: #fff;
+}
+
+:root .editor-styles-wrapper .has-yellow-color {
+	color: #f4ca16;
+}
+
+:root .editor-styles-wrapper .has-yellow-background-color {
+	background-color: #f4ca16;
+}
+
+:root .editor-styles-wrapper .has-dark-brown-color {
+	color: #352712;
+}
+
+:root .editor-styles-wrapper .has-dark-brown-background-color {
+	background-color: #352712;
+}
+
+:root .editor-styles-wrapper .has-medium-pink-color {
+	color: #e53b51;
+}
+
+:root .editor-styles-wrapper .has-medium-pink-background-color {
+	background-color: #e53b51;
+}
+
+:root .editor-styles-wrapper .has-light-pink-color {
+	color: #ffe5d1;
+}
+
+:root .editor-styles-wrapper .has-light-pink-background-color {
+	background-color: #ffe5d1;
+}
+
+:root .editor-styles-wrapper .has-dark-purple-color {
+	color: #2e2256;
+}
+
+:root .editor-styles-wrapper .has-dark-purple-background-color {
+	background-color: #2e2256;
+}
+
+:root .editor-styles-wrapper .has-purple-color {
+	color: #674970;
+}
+
+:root .editor-styles-wrapper .has-purple-background-color {
+	background-color: #674970;
+}
+
+:root .editor-styles-wrapper .has-blue-gray-color {
+	color: #22313f;
+}
+
+:root .editor-styles-wrapper .has-blue-gray-background-color {
+	background-color: #22313f;
+}
+
+:root .editor-styles-wrapper .has-bright-blue-color {
+	color: #55c3dc;
+}
+
+:root .editor-styles-wrapper .has-bright-blue-background-color {
+	background-color: #55c3dc;
+}
+
+:root .editor-styles-wrapper .has-light-blue-color {
+	color: #e9f2f9;
+}
+
+:root .editor-styles-wrapper .has-light-blue-background-color {
+	background-color: #e9f2f9;
+}
diff --git a/wp-content/themes/twentyfifteen/css/editor-style.css b/wp-content/themes/twentyfifteen/css/editor-style.css
index e05b1525c..a6fd26ffb 100644
--- a/wp-content/themes/twentyfifteen/css/editor-style.css
+++ b/wp-content/themes/twentyfifteen/css/editor-style.css
@@ -28,7 +28,7 @@ body {
 	font-weight: 400;
 	font-size: 17px;
 	line-height: 1.6471;
-	margin: 20px 40px;
+	margin: auto 20px;
 	max-width: 660px;
 	vertical-align: baseline;
 }
@@ -163,7 +163,6 @@ pre {
 	font-size: 17px;
 	line-height: 1.2353;
 	margin-bottom: 28px;
-	max-width: 100%;
 	overflow: auto;
 	padding: 14px;
 	white-space: pre;
diff --git a/wp-content/themes/twentyfifteen/functions.php b/wp-content/themes/twentyfifteen/functions.php
index ab76041dd..19f358a0c 100644
--- a/wp-content/themes/twentyfifteen/functions.php
+++ b/wp-content/themes/twentyfifteen/functions.php
@@ -102,6 +102,7 @@ if ( ! function_exists( 'twentyfifteen_setup' ) ) :
 				'caption',
 				'script',
 				'style',
+				'navigation-widgets',
 			)
 		);
 
@@ -144,20 +145,20 @@ if ( ! function_exists( 'twentyfifteen_setup' ) ) :
 
 		// Setup the WordPress core custom background feature.
 
-		/**
-		 * Filter Twenty Fifteen custom-header support arguments.
-		 *
-		 * @since Twenty Fifteen 1.0
-		 *
-		 * @param array $args {
-		 *     An array of custom-header support arguments.
-		 *
-		 *     @type string $default-color          Default color of the header.
-		 *     @type string $default-attachment     Default attachment of the header.
-		 * }
-		 */
 		add_theme_support(
 			'custom-background',
+			/**
+			 * Filters Twenty Fifteen custom-background support arguments.
+			 *
+			 * @since Twenty Fifteen 1.0
+			 *
+			 * @param array $args {
+			 *     An array of custom-background support arguments.
+			 *
+			 *     @type string $default-color      Default color of the background.
+			 *     @type string $default-attachment Default attachment of the background.
+			 * }
+			 */
 			apply_filters(
 				'twentyfifteen_custom_background_args',
 				array(
@@ -320,13 +321,13 @@ if ( ! function_exists( 'twentyfifteen_fonts_url' ) ) :
 		 */
 		$subset = _x( 'no-subset', 'Add new subset (greek, cyrillic, devanagari, vietnamese)', 'twentyfifteen' );
 
-		if ( 'cyrillic' == $subset ) {
+		if ( 'cyrillic' === $subset ) {
 			$subsets .= ',cyrillic,cyrillic-ext';
-		} elseif ( 'greek' == $subset ) {
+		} elseif ( 'greek' === $subset ) {
 			$subsets .= ',greek,greek-ext';
-		} elseif ( 'devanagari' == $subset ) {
+		} elseif ( 'devanagari' === $subset ) {
 			$subsets .= ',devanagari';
-		} elseif ( 'vietnamese' == $subset ) {
+		} elseif ( 'vietnamese' === $subset ) {
 			$subsets .= ',vietnamese';
 		}
 
@@ -367,10 +368,10 @@ function twentyfifteen_scripts() {
 	wp_enqueue_style( 'twentyfifteen-fonts', twentyfifteen_fonts_url(), array(), null );
 
 	// Add Genericons, used in the main stylesheet.
-	wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.2' );
+	wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20201208' );
 
 	// Load our main stylesheet.
-	wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20190507' );
+	wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20201208' );
 
 	// Theme block stylesheet.
 	wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20190102' );
@@ -412,7 +413,7 @@ add_action( 'wp_enqueue_scripts', 'twentyfifteen_scripts' );
  */
 function twentyfifteen_block_editor_styles() {
 	// Block styles.
-	wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20190102' );
+	wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20201208' );
 	// Add custom fonts.
 	wp_enqueue_style( 'twentyfifteen-fonts', twentyfifteen_fonts_url(), array(), null );
 }
@@ -460,7 +461,7 @@ function twentyfifteen_post_nav_background() {
 	$next     = get_adjacent_post( false, '', false );
 	$css      = '';
 
-	if ( is_attachment() && 'attachment' == $previous->post_type ) {
+	if ( is_attachment() && 'attachment' === $previous->post_type ) {
 		return;
 	}
 
@@ -491,14 +492,14 @@ add_action( 'wp_enqueue_scripts', 'twentyfifteen_post_nav_background' );
  *
  * @since Twenty Fifteen 1.0
  *
- * @param string  $item_output The menu item output.
- * @param WP_Post $item        Menu item object.
- * @param int     $depth       Depth of the menu.
- * @param array   $args        wp_nav_menu() arguments.
+ * @param string   $item_output The menu item's starting HTML output.
+ * @param WP_Post  $item        Menu item data object.
+ * @param int      $depth       Depth of the menu. Used for padding.
+ * @param stdClass $args        An object of wp_nav_menu() arguments.
  * @return string Menu item with possible description.
  */
 function twentyfifteen_nav_description( $item_output, $item, $depth, $args ) {
-	if ( 'primary' == $args->theme_location && $item->description ) {
+	if ( 'primary' === $args->theme_location && $item->description ) {
 		$item_output = str_replace( $args->link_after . '</a>', '<div class="menu-item-description">' . $item->description . '</div>' . $args->link_after . '</a>', $item_output );
 	}
 
diff --git a/wp-content/themes/twentyfifteen/genericons/genericons.css b/wp-content/themes/twentyfifteen/genericons/genericons.css
index 93fd2f6cc..2f1dfa5d5 100644
--- a/wp-content/themes/twentyfifteen/genericons/genericons.css
+++ b/wp-content/themes/twentyfifteen/genericons/genericons.css
@@ -52,7 +52,7 @@
 	text-transform: none;
 	-moz-osx-font-smoothing: grayscale;
 	-webkit-font-smoothing: antialiased;
-	speak: none;
+	speak: never;
 }
 
 
diff --git a/wp-content/themes/twentyfifteen/header.php b/wp-content/themes/twentyfifteen/header.php
index 21359f16d..b7c17d5a7 100644
--- a/wp-content/themes/twentyfifteen/header.php
+++ b/wp-content/themes/twentyfifteen/header.php
@@ -13,7 +13,7 @@
 <head>
 	<meta charset="<?php bloginfo( 'charset' ); ?>">
 	<meta name="viewport" content="width=device-width">
-	<link rel="profile" href="http://gmpg.org/xfn/11">
+	<link rel="profile" href="https://gmpg.org/xfn/11">
 	<link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>">
 	<!--[if lt IE 9]>
 	<script src="<?php echo esc_url( get_template_directory_uri() ); ?>/js/html5.js?ver=3.7.0"></script>
diff --git a/wp-content/themes/twentyfifteen/image.php b/wp-content/themes/twentyfifteen/image.php
index 240f20ff6..cc788c9d9 100644
--- a/wp-content/themes/twentyfifteen/image.php
+++ b/wp-content/themes/twentyfifteen/image.php
@@ -35,7 +35,7 @@ get_header(); ?>
 					<div class="entry-attachment">
 						<?php
 							/**
-							 * Filter the default Twenty Fifteen image attachment size.
+							 * Filters the default Twenty Fifteen image attachment size.
 							 *
 							 * @since Twenty Fifteen 1.0
 							 *
diff --git a/wp-content/themes/twentyfifteen/inc/custom-header.php b/wp-content/themes/twentyfifteen/inc/custom-header.php
index 05c030e0a..cc848df89 100644
--- a/wp-content/themes/twentyfifteen/inc/custom-header.php
+++ b/wp-content/themes/twentyfifteen/inc/custom-header.php
@@ -16,23 +16,23 @@ function twentyfifteen_custom_header_setup() {
 	$color_scheme       = twentyfifteen_get_color_scheme();
 	$default_text_color = trim( $color_scheme[4], '#' );
 
-	/**
-	 * Filter Twenty Fifteen custom-header support arguments.
-	 *
-	 * @since Twenty Fifteen 1.0
-	 *
-	 * @param array $args {
-	 *     An array of custom-header support arguments.
-	 *
-	 *     @type string $default_text_color     Default color of the header text.
-	 *     @type int    $width                  Width in pixels of the custom header image. Default 954.
-	 *     @type int    $height                 Height in pixels of the custom header image. Default 1300.
-	 *     @type string $wp-head-callback       Callback function used to styles the header image and text
-	 *                                          displayed on the blog.
-	 * }
-	 */
 	add_theme_support(
 		'custom-header',
+		/**
+		 * Filters Twenty Fifteen custom-header support arguments.
+		 *
+		 * @since Twenty Fifteen 1.0
+		 *
+		 * @param array $args {
+		 *     An array of custom-header support arguments.
+		 *
+		 *     @type string $default_text_color Default color of the header text.
+		 *     @type int    $width              Width in pixels of the custom header image. Default 954.
+		 *     @type int    $height             Height in pixels of the custom header image. Default 1300.
+		 *     @type string $wp-head-callback   Callback function used to styles the header image and text
+		 *                                      displayed on the blog.
+		 * }
+		 */
 		apply_filters(
 			'twentyfifteen_custom_header_args',
 			array(
diff --git a/wp-content/themes/twentyfifteen/inc/customizer.php b/wp-content/themes/twentyfifteen/inc/customizer.php
index dcf1de50f..07bb6eb40 100644
--- a/wp-content/themes/twentyfifteen/inc/customizer.php
+++ b/wp-content/themes/twentyfifteen/inc/customizer.php
@@ -116,6 +116,7 @@ add_action( 'customize_register', 'twentyfifteen_customize_register', 11 );
  * Render the site title for the selective refresh partial.
  *
  * @since Twenty Fifteen 1.5
+ *
  * @see twentyfifteen_customize_register()
  *
  * @return void
@@ -128,6 +129,7 @@ function twentyfifteen_customize_partial_blogname() {
  * Render the site tagline for the selective refresh partial.
  *
  * @since Twenty Fifteen 1.5
+ *
  * @see twentyfifteen_customize_register()
  *
  * @return void
@@ -155,7 +157,7 @@ function twentyfifteen_customize_partial_blogdescription() {
  */
 function twentyfifteen_get_color_schemes() {
 	/**
-	 * Filter the color schemes registered for use with Twenty Fifteen.
+	 * Filters the color schemes registered for use with Twenty Fifteen.
 	 *
 	 * The default schemes include 'default', 'dark', 'yellow', 'pink', 'purple', and 'blue'.
 	 *
diff --git a/wp-content/themes/twentyfifteen/inc/template-tags.php b/wp-content/themes/twentyfifteen/inc/template-tags.php
index 6b44dbbac..f3f7002a3 100644
--- a/wp-content/themes/twentyfifteen/inc/template-tags.php
+++ b/wp-content/themes/twentyfifteen/inc/template-tags.php
@@ -61,7 +61,7 @@ if ( ! function_exists( 'twentyfifteen_entry_meta' ) ) :
 			);
 		}
 
-		if ( in_array( get_post_type(), array( 'post', 'attachment' ) ) ) {
+		if ( in_array( get_post_type(), array( 'post', 'attachment' ), true ) ) {
 			$time_string = '<time class="entry-date published updated" datetime="%1$s">%2$s</time>';
 
 			if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) {
@@ -84,7 +84,7 @@ if ( ! function_exists( 'twentyfifteen_entry_meta' ) ) :
 			);
 		}
 
-		if ( 'post' == get_post_type() ) {
+		if ( 'post' === get_post_type() ) {
 			if ( is_singular() || is_multi_author() ) {
 				printf(
 					'<span class="byline"><span class="author vcard"><span class="screen-reader-text">%1$s </span><a class="url fn n" href="%2$s">%3$s</a></span></span>',
diff --git a/wp-content/themes/twentyfifteen/js/functions.js b/wp-content/themes/twentyfifteen/js/functions.js
index f554ceefd..eaa3cac3b 100644
--- a/wp-content/themes/twentyfifteen/js/functions.js
+++ b/wp-content/themes/twentyfifteen/js/functions.js
@@ -17,7 +17,7 @@
 		container.find( '.current-menu-ancestor > button' ).addClass( 'toggle-on' );
 		container.find( '.current-menu-ancestor > .sub-menu' ).addClass( 'toggled-on' );
 
-		container.find( '.dropdown-toggle' ).click( function( e ) {
+		container.find( '.dropdown-toggle' ).on( 'click', function( e ) {
 			var _this = $( this );
 			e.preventDefault();
 			_this.toggleClass( 'toggle-on' );
diff --git a/wp-content/themes/twentyfifteen/readme.txt b/wp-content/themes/twentyfifteen/readme.txt
index 7184a8bd7..7acb2a6e7 100644
--- a/wp-content/themes/twentyfifteen/readme.txt
+++ b/wp-content/themes/twentyfifteen/readme.txt
@@ -1,8 +1,8 @@
 === Twenty Fifteen ===
 Contributors: wordpressdotorg
 Requires at least: WordPress 4.1
-Tested up to: 5.0
-Version: 2.6
+Tested up to: 5.6
+Version: 2.9
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
@@ -30,7 +30,7 @@ For more information about Twenty Fifteen please go to https://wordpress.org/sup
 
 == Copyright ==
 
-Twenty Fifteen WordPress Theme, Copyright 2014-2020 WordPress.org & Automattic.com
+Twenty Fifteen WordPress Theme, Copyright 2014-2021 WordPress.org & Automattic.com
 Twenty Fifteen is distributed under the terms of the GNU GPL
 
 This program is free software: you can redistribute it and/or modify
@@ -55,6 +55,21 @@ Source: http://www.genericons.com
 
 == Changelog ==
 
+= 2.9 =
+* Released: March 9, 2021
+
+https://codex.wordpress.org/Twenty_Fifteen_Theme_Changelog#Version_2.9
+
+= 2.8 =
+* Released: December 8, 2020
+
+https://codex.wordpress.org/Twenty_Fifteen_Theme_Changelog#Version_2.8
+
+= 2.7 =
+* Released: August 11, 2020
+
+https://codex.wordpress.org/Twenty_Fifteen_Theme_Changelog#Version_2.7
+
 = 2.6 =
 * Released: March 31, 2020
 
diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css
index 52bc82f74..35e932820 100644
--- a/wp-content/themes/twentyfifteen/style.css
+++ b/wp-content/themes/twentyfifteen/style.css
@@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyfifteen/
 Author: the WordPress team
 Author URI: https://wordpress.org/
 Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
-Version: 2.6
+Version: 2.9
 Requires PHP: 5.2.4
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -195,7 +195,7 @@ a img {
 	font-weight: normal;
 	font-variant: normal;
 	line-height: 1;
-	speak: none;
+	speak: never;
 	text-align: center;
 	text-decoration: inherit;
 	text-transform: none;
@@ -1398,7 +1398,8 @@ img.aligncenter {
 	text-transform: uppercase;
 }
 
-.widget > :last-child {
+.widget > :last-child,
+.widget > nav > :last-child {
 	margin-bottom: 0;
 }
 
-- 
GitLab