Plugin installer updates from DD32. fixes #7908

git-svn-id: https://develop.svn.wordpress.org/trunk@9682 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-11-14 17:07:24 +00:00
parent 1daf7988b7
commit 84f08ca047
3 changed files with 15 additions and 2 deletions

View File

@@ -122,6 +122,13 @@ div.star img {
padding: 10px;
}
#plugin-information .section ul,
#plugin-information .section ol {
margin-left: 16px;
list-style-type: square;
list-style-image: none;
}
#plugin-information #section-screenshots li img {
vertical-align: text-top;
}
@@ -135,4 +142,8 @@ div.star img {
#plugin-information .updated,
#plugin-information pre {
margin-right: 215px;
}
#plugin-information pre {
padding: 7px;
}