From 2203ed4ca560c817ac83f49274c3bfeafbe9659e Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Mon, 3 Nov 2014 23:11:11 +0000 Subject: [PATCH] Twenty Fifteen: correct image alignment for RTL. Props iamtakashi, fixes #30239. git-svn-id: https://develop.svn.wordpress.org/trunk@30222 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/rtl.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/wp-content/themes/twentyfifteen/rtl.css b/src/wp-content/themes/twentyfifteen/rtl.css index dbdd90e4cd..19d4120692 100644 --- a/src/wp-content/themes/twentyfifteen/rtl.css +++ b/src/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"; }