Remove some unused dashboard-widget-* CSS classes. Unused since [9103].
props michalzuber. fixes #28930. Built from https://develop.svn.wordpress.org/trunk@29361 git-svn-id: http://core.svn.wordpress.org/trunk@29137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1ad95ec66d
commit
28170e0d82
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue