Plugin details: Fix review scrolling in some browsers (cough, Chrome).

Remove some unnecessary CSS from [29619].

fixes #29321.


git-svn-id: https://develop.svn.wordpress.org/trunk@29624 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-08-26 13:45:23 +00:00
parent 6e8defd150
commit dfab26daf0
1 changed files with 3 additions and 6 deletions

View File

@ -2425,17 +2425,16 @@ div.action-links {
/* @noflip */
#plugin-information .review {
overflow: hidden; /* clearfix */
width: 100%;
float: left;
margin-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
}
#plugin-information .review-title-section {
display: block;
width: 100%;
clear: both;
overflow: hidden; /* clearfix */
}
/* @noflip */
#plugin-information .review-title-section h4 {
display: inline-block;
@ -2444,8 +2443,6 @@ div.action-links {
}
#plugin-information .reviewer-info p {
display: block;
width: 100%;
clear: both;
margin: 0;
padding-top: 2px;