Plugin installer updates from DD32. fixes #7908

git-svn-id: http://svn.automattic.com/wordpress/trunk@9682 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-11-14 17:07:24 +00:00
parent fbb0124c7d
commit 73148914c2
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;
}