diff --git a/wp-content/themes/twentyten/readme.txt b/wp-content/themes/twentyten/readme.txt index 93d94fee4a329dc4e2fb8a87b2b220161a4b7a5c..6d30e4491b260a1990e66c6c312563f251dce83d 100644 --- a/wp-content/themes/twentyten/readme.txt +++ b/wp-content/themes/twentyten/readme.txt @@ -1,8 +1,8 @@ === Twenty Ten === Contributors: the WordPress team Requires at least: WordPress 3.0 -Tested up to: WordPress 4.7-trunk -Stable tag: 2.2 +Tested up to: WordPress 4.9-trunk +Stable tag: 2.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header @@ -22,7 +22,7 @@ For more information about Twenty Ten theme please go to https://codex.wordpress == Copyright == -Twenty Ten WordPress Theme, Copyright 2010-2016 WordPress.org & Automattic.com +Twenty Ten WordPress Theme, Copyright 2010-2017 WordPress.org & Automattic.com Twenty Ten is Distributed under the terms of the GNU GPL This program is free software: you can redistribute it and/or modify @@ -37,6 +37,11 @@ GNU General Public License for more details. == Changelog == += 2.3 = +* Released: June 8, 2017 + +https://codex.wordpress.org/Twenty_Ten_Theme_Changelog#Version_2.3 + = 2.2 = * Released: August 15, 2016 diff --git a/wp-content/themes/twentyten/rtl.css b/wp-content/themes/twentyten/rtl.css index f6fd51e8463b6aae0a8fbe743a5a26e3f7e762e6..f6adb8cc3cc2c47814f6f540a166badc35dc22f2 100644 --- a/wp-content/themes/twentyten/rtl.css +++ b/wp-content/themes/twentyten/rtl.css @@ -265,6 +265,10 @@ div.menu li{ margin-right: 1.3em; margin-left: 0; } +.widget_text ol { + margin-left: auto; + margin-right: 1.3em; +} /* =Footer -------------------------------------------------------------- */ diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index a55f323279e0a7889aba25251b76ee043eda4dad..021ab36a24c598691c4968e026a04ab1a975ab6c 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyten/ Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar. Author: the WordPress team Author URI: https://wordpress.org/ -Version: 2.2 +Version: 2.3 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header @@ -841,6 +841,9 @@ img.aligncenter { padding: 4px; text-align: center; } +.widget-container .wp-caption { + max-width: 100% !important; +} .wp-caption img { margin: 5px 5px 0; max-width: 622px; /* caption width - 10px */ @@ -1219,6 +1222,22 @@ h3#reply-title { width: 11px; height: 11px; } +.widget_text ul, +.widget_text ol { + margin-bottom: 1.5em; +} +.widget_text ol { + margin-left: 1.3em; +} +.widget_text ul ul, +.widget_text ol ol, +.widget_text ul ol, +.widget_text ol ul { + margin-bottom: 0; +} +.widget_media_video video { + max-width: 100%; +} /* Main sidebars */ #main .widget-area ul {