mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 21:24:35 +00:00
Clean up the Plugin installer Screenshots page, Adds CSS resize support to the images to prevent them requiring scrolling and falling below the FYI box. Fixes #19777
git-svn-id: https://develop.svn.wordpress.org/trunk@19709 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -6859,8 +6859,16 @@ div.star img {
|
||||
list-style-image: none;
|
||||
}
|
||||
|
||||
#plugin-information #section-screenshots ol {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#plugin-information #section-screenshots li img {
|
||||
vertical-align: text-top;
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#plugin-information #section-screenshots li p {
|
||||
@@ -6869,6 +6877,7 @@ div.star img {
|
||||
padding-bottom: 2em;
|
||||
}
|
||||
|
||||
#plugin-information #section-screenshots ol,
|
||||
#plugin-information .updated,
|
||||
#plugin-information pre {
|
||||
margin-right: 215px;
|
||||
|
||||
Reference in New Issue
Block a user