Make ratings stars 20px to match dashicons native size so they're crisp on all screens. See #26170, props melchoyce.

Built from https://develop.svn.wordpress.org/trunk@26393


git-svn-id: http://core.svn.wordpress.org/trunk@26293 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-26 05:12:09 +00:00
parent 2c9af1367e
commit e34a91cb56
4 changed files with 8 additions and 8 deletions

View File

@ -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;

File diff suppressed because one or more lines are too long

View File

@ -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;

File diff suppressed because one or more lines are too long