Normalize star ratings markup. Props helenyhou. fixes #20655

git-svn-id: https://develop.svn.wordpress.org/trunk@20765 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2012-05-10 19:59:48 +00:00
parent 9ce7cbaf4d
commit 24a6a399d8
3 changed files with 7 additions and 21 deletions
+2 -11
View File
@@ -5509,18 +5509,9 @@ body.full-overlay-active {
float: left;
}
.theme-details .theme-rating {
.theme-details .star-holder {
margin: 14px 0;
width: 100px;
height: 17px;
float: right;
background: url('../images/stars.png?ver=20120307') repeat-x bottom left;
}
.theme-details .theme-rating div {
background: url('../images/stars.png?ver=20120307') repeat-x top left;
height: 17px;
float: left;
}
.theme-details .theme-description {
@@ -7129,7 +7120,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
display: block;
}
/* plugin-install */
/* Star ratings */
div.star-holder {
position: relative;
height: 17px;