mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twenty Fifteen: removing unused styles.
Props iamtakashi, fixes #30578. git-svn-id: https://develop.svn.wordpress.org/trunk@30728 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8329b6f2a6
commit
ace042cfe5
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user