Remove some unused dashboard-widget-* CSS classes. Unused since [9103].

props michalzuber.
fixes #28930.

git-svn-id: https://develop.svn.wordpress.org/trunk@29361 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-08-02 20:02:00 +00:00
parent d12ec06021
commit eedb382924
2 changed files with 0 additions and 26 deletions

View File

@ -712,9 +712,6 @@ td.help {
.postbox .hndle,
.stuffbox .hndle,
.control-section .accordion-section-title,
h3.dashboard-widget-title,
h3.dashboard-widget-title span,
h3.dashboard-widget-title small,
.sidebar-name,
#nav-menu-header,
#nav-menu-footer,

View File

@ -74,20 +74,6 @@
min-height: 100px;
}
h3.dashboard-widget-title,
h3.dashboard-widget-title span,
h3.dashboard-widget-title small {
color: #333;
}
h3.dashboard-widget-title small a {
color: #d7d7d7;
}
h3.dashboard-widget-title small a:hover {
color: #fff;
}
/* @todo: this was originally in this section, but likely belongs elsewhere */
#the-comment-list td.comment p.comment-author {
margin-top: 0;
@ -301,15 +287,6 @@ body #dashboard-widgets .postbox form .submit {
margin-top: 0;
}
/* @todo: are these actually used anywhere? no non-CSS results in plugin search */
div.dashboard-widget-error {
background-color: #c43;
}
div.dashboard-widget-notice {
background-color: #cfe1ef;
}
.rssSummary {
color: #777;
margin-top: 4px;