From 7a6ea1e83d0074d882cd05cee85da205247d43fa Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Mon, 3 Nov 2014 23:12:22 +0000 Subject: [PATCH] Twenty Fifteen: correct image alignment for RTL. Props iamtakashi, fixes #30239. Built from https://develop.svn.wordpress.org/trunk@30222 git-svn-id: http://core.svn.wordpress.org/trunk@30222 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/rtl.css | 7 +++++++ wp-includes/version.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyfifteen/rtl.css b/wp-content/themes/twentyfifteen/rtl.css index dbdd90e4cd..19d4120692 100644 --- a/wp-content/themes/twentyfifteen/rtl.css +++ b/wp-content/themes/twentyfifteen/rtl.css @@ -267,6 +267,13 @@ img.alignleft { content: "\f430"; } +.entry-content a, +.entry-summary a, +.page-content a, +.comment-content a { + display: inline; +} + .author-link:after { content: "\f430"; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 8a26bc9e21..e8ae18f3a4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30221'; +$wp_version = '4.1-alpha-30222'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.