From d21efbb68e419c2da7d2d789c2dfd69d0fde5593 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 30 May 2012 20:47:25 +0000 Subject: [PATCH] RTL: For the list table items count, don't italicize the text. Remove a typo that tried to convert the text to bold; normal is the preferred route here so we are not going to set a font-weight. props yoavf, georgestephanis. fixes #20754. git-svn-id: https://develop.svn.wordpress.org/trunk@20961 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/wp-admin-rtl.dev.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/css/wp-admin-rtl.dev.css b/wp-admin/css/wp-admin-rtl.dev.css index 32663f21a6..53b51ee91e 100644 --- a/wp-admin/css/wp-admin-rtl.dev.css +++ b/wp-admin/css/wp-admin-rtl.dev.css @@ -702,7 +702,7 @@ th.sorted a span { margin-right: 0; margin-left: 10px; font-family: Tahoma, Arial, sans-serif; - font-style: bold; + font-style: normal; } .tablenav .actions {