mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Add some styling to plugins descriptions when installing
git-svn-id: https://develop.svn.wordpress.org/trunk@10790 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -15,6 +15,23 @@ p, ul, ol, blockquote { font-size: 12px; }
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.plugins .desc p {
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
|
||||
.plugins td.desc {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.plugins .desc ul,
|
||||
.plugins .desc ol {
|
||||
margin: 0 0 0 2em;
|
||||
}
|
||||
|
||||
.plugins .desc ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.plugins .action-links {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user