From c32b78bac12b9411d04eef0c166cbc39f6af81a2 Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Tue, 26 Nov 2013 05:11:46 +0000 Subject: [PATCH] Make ratings stars 20px to match dashicons native size so they're crisp on all screens. See #26170, props melchoyce. git-svn-id: https://develop.svn.wordpress.org/trunk@26393 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/wp-admin.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index 92701ebbab..e4e17eea80 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -9358,10 +9358,10 @@ div.star-holder .star-rating { } .star-rating .star { display: inline-block; - width: 25px; - height: 25px; + width: 20px; + height: 20px; -webkit-font-smoothing: antialiased; - font-size: 25px; + font-size: 20px; line-height: 1; font-family: 'dashicons'; text-decoration: inherit;