From ebc8c59a9515aa16d9dd8ee3388db38650ac3ee9 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Thu, 20 Nov 2014 01:39:22 +0000 Subject: [PATCH] Twenty Fifteen: Removing unneeded CSS from RTL causing odd hover effects. Props yoavf, iamtakashi, fixes #30360. Built from https://develop.svn.wordpress.org/trunk@30399 git-svn-id: http://core.svn.wordpress.org/trunk@30395 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/rtl.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/wp-content/themes/twentyfifteen/rtl.css b/wp-content/themes/twentyfifteen/rtl.css index 5d460bb626..4c22276fb7 100644 --- a/wp-content/themes/twentyfifteen/rtl.css +++ b/wp-content/themes/twentyfifteen/rtl.css @@ -42,10 +42,6 @@ body { unicode-bidi: embed; } -a { - display: inline-block; -} - caption, th, td { @@ -262,18 +258,6 @@ img.alignleft { content: "\f430"; } -.entry-content a, -.entry-summary a, -.page-content a, -.comment-content a { - display: inline; -} - -.entry-content .page-links a, -.page-content .page-links a { - display: inline-block; -} - .author-link:after { content: "\f430"; }