Helper: Fix CSS selectors structure

See: https://make.wordpress.org/core/handbook/best-practices/coding-standards/css/#structure
This commit is contained in:
Konstantin Kovshenin 2017-04-26 16:03:03 +03:00
parent b4ba43f551
commit ec951c5c57
1 changed files with 13 additions and 2 deletions

View File

@ -9,11 +9,22 @@
background-color: #ffffff; 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; 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; color: #32373c;
padding-top: 10px; padding-top: 10px;
padding-bottom: 15px; padding-bottom: 15px;