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:
parent
6e8defd150
commit
dfab26daf0
|
@ -2425,17 +2425,16 @@ div.action-links {
|
||||||
|
|
||||||
/* @noflip */
|
/* @noflip */
|
||||||
#plugin-information .review {
|
#plugin-information .review {
|
||||||
|
overflow: hidden; /* clearfix */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float: left;
|
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
border-bottom: 1px solid #e6e6e6;
|
border-bottom: 1px solid #e6e6e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#plugin-information .review-title-section {
|
#plugin-information .review-title-section {
|
||||||
display: block;
|
overflow: hidden; /* clearfix */
|
||||||
width: 100%;
|
|
||||||
clear: both;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* @noflip */
|
/* @noflip */
|
||||||
#plugin-information .review-title-section h4 {
|
#plugin-information .review-title-section h4 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -2444,8 +2443,6 @@ div.action-links {
|
||||||
}
|
}
|
||||||
|
|
||||||
#plugin-information .reviewer-info p {
|
#plugin-information .reviewer-info p {
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
clear: both;
|
clear: both;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
|
|
Loading…
Reference in New Issue