Twenty Fifteen: removing unused styles.
Props iamtakashi, fixes #30578. Built from https://develop.svn.wordpress.org/trunk@30728 git-svn-id: http://core.svn.wordpress.org/trunk@30718 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1f64435284
commit
20ea28b289
|
@ -308,14 +308,12 @@ function twentyfifteen_color_scheme_css_template() {
|
|||
input[type="submit"],
|
||||
.pagination .prev,
|
||||
.pagination .next,
|
||||
.pagination .prev:before,
|
||||
.pagination .next:before,
|
||||
.widget_calendar tbody a,
|
||||
.widget_calendar tbody a:hover,
|
||||
.widget_calendar tbody a:focus,
|
||||
.entry-content .page-links a,
|
||||
.entry-content .page-links a:hover,
|
||||
.entry-content .page-links a:focus,
|
||||
.page-links a,
|
||||
.page-links a:hover,
|
||||
.page-links a:focus,
|
||||
.sticky-post {
|
||||
color: {{ data.box_background_color }};
|
||||
}
|
||||
|
|
|
@ -2196,11 +2196,6 @@ a.post-thumbnail:focus {
|
|||
padding-left: 0.8em;
|
||||
}
|
||||
|
||||
.comment-list .children article {
|
||||
border-color: #f5f5f5;
|
||||
border-color: rgba(51, 51, 51, 0.05);
|
||||
}
|
||||
|
||||
.comment-author {
|
||||
color: #707070;
|
||||
color: rgba(51, 51, 51, 0.7);
|
||||
|
@ -2243,7 +2238,7 @@ a.post-thumbnail:focus {
|
|||
}
|
||||
|
||||
.comment-metadata a:hover,
|
||||
.pingback .edit-link a:hover{
|
||||
.pingback .edit-link a:hover {
|
||||
border-bottom: 1px solid #333;
|
||||
}
|
||||
|
||||
|
@ -3527,12 +3522,6 @@ p > video {
|
|||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
.post-navigation .post-title {
|
||||
font-size: 24px;
|
||||
font-size: 2.4rem;
|
||||
line-height: 1.1667;
|
||||
}
|
||||
|
||||
.pagination .nav-links {
|
||||
min-height: 3.3684em;
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-beta2-30727';
|
||||
$wp_version = '4.1-beta2-30728';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue