From 20ea28b289a04de4a3b96edafd9a7574799da9c5 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Wed, 3 Dec 2014 18:03:23 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyfifteen/inc/customizer.php | 8 +++----- wp-content/themes/twentyfifteen/style.css | 13 +------------ wp-includes/version.php | 2 +- 3 files changed, 5 insertions(+), 18 deletions(-) diff --git a/wp-content/themes/twentyfifteen/inc/customizer.php b/wp-content/themes/twentyfifteen/inc/customizer.php index f6b8e7c670..40d686b7b5 100644 --- a/wp-content/themes/twentyfifteen/inc/customizer.php +++ b/wp-content/themes/twentyfifteen/inc/customizer.php @@ -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 }}; } diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 7ffd8b9b44..df18bc69c7 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -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; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 7e0d3d7724..8b1673776c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.