Plugin details: Fix review scrolling in some browsers (cough, Chrome).
Remove some unnecessary CSS from [29619]. fixes #29321. Built from https://develop.svn.wordpress.org/trunk@29624 git-svn-id: http://core.svn.wordpress.org/trunk@29398 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
32030a073f
commit
227089cb07
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue