Plugin details: Remove some CSS rules that were unnecessary and causing issues in Firefox. see #27440.

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


git-svn-id: http://core.svn.wordpress.org/trunk@29258 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2014-08-13 05:28:19 +00:00
parent d33c807723
commit 2943f5384c
4 changed files with 2 additions and 6 deletions

View File

@ -2137,10 +2137,8 @@ div.action-links {
}
#plugin-information-scrollable {
display: block;
overflow: auto;
height: 100%;
padding-bottom: 58px;
}
#plugin-information-title {

View File

@ -2137,10 +2137,8 @@ div.action-links {
}
#plugin-information-scrollable {
display: block;
overflow: auto;
height: 100%;
padding-bottom: 58px;
}
#plugin-information-title {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long