Helper: Fix CSS selectors structure
See: https://make.wordpress.org/core/handbook/best-practices/coding-standards/css/#structure
This commit is contained in:
parent
b4ba43f551
commit
ec951c5c57
|
@ -9,11 +9,22 @@
|
|||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
table.widefat, .wp-editor-container, .stuffbox, p.popular-tags, .widgets-holder-wrap, .popular-tags, .feature-filter, .imgedit-group, .comment-ays {
|
||||
table.widefat,
|
||||
.wp-editor-container,
|
||||
.stuffbox,
|
||||
p.popular-tags,
|
||||
.widgets-holder-wrap,
|
||||
.popular-tags,
|
||||
.feature-filter,
|
||||
.imgedit-group,
|
||||
.comment-ays {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.widefat thead tr th, .widefat thead tr td, .widefat tfoot tr th, .widefat tfoot tr td {
|
||||
.widefat thead tr th,
|
||||
.widefat thead tr td,
|
||||
.widefat tfoot tr th,
|
||||
.widefat tfoot tr td {
|
||||
color: #32373c;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 15px;
|
||||
|
|
Loading…
Reference in New Issue