Plugins dashboard widget from mdawaffe. fixes #5931

git-svn-id: https://develop.svn.wordpress.org/trunk@6928 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-20 03:23:34 +00:00
parent 24a91f74e9
commit c797fb35ff
3 changed files with 73 additions and 2 deletions

View File

@@ -231,3 +231,26 @@ div.dashboard-widget-content .comment-meta {
#dashboard-widgets .widget_rss ul li div {
clear: both;
}
#dashboard_primary a.rsswidget, #dashboard_plugins h5 {
font-size: 1.2em;
}
#dashboard_primary span.rss-date {
font-size: 1.2em;
color: #999;
}
#dashboard_plugins h4 {
font-size: 1em;
margin: 0 0 .7em;
}
#dashboard_plugins h5 {
margin: 0;
display: inline;
}
#dashboard_plugins p {
margin: 0 0 1em;
}