diff --git a/src/wp-content/themes/twentyfifteen/css/ie.css b/src/wp-content/themes/twentyfifteen/css/ie.css index fb2d8061e5..91afa50661 100644 --- a/src/wp-content/themes/twentyfifteen/css/ie.css +++ b/src/wp-content/themes/twentyfifteen/css/ie.css @@ -548,9 +548,7 @@ img.aligncenter { top: 4px; } -.updated, -.sticky .posted-on, -.sticky .posted-on + .byline:before { +.updated { display: none; } diff --git a/src/wp-content/themes/twentyfifteen/inc/customizer.php b/src/wp-content/themes/twentyfifteen/inc/customizer.php index acdb79b662..4e4efa544a 100644 --- a/src/wp-content/themes/twentyfifteen/inc/customizer.php +++ b/src/wp-content/themes/twentyfifteen/inc/customizer.php @@ -438,7 +438,6 @@ function twentyfifteen_color_scheme_css() { .main-navigation ul, .main-navigation li, .post-navigation, - .post-navigation .nav-previous:not(.has-post-thumbnail) + .nav-next:not(.has-post-thumbnail), .pagination, .comment-navigation, .widget li, @@ -463,6 +462,10 @@ function twentyfifteen_color_scheme_css() { border-color: %6$s; } + .post-navigation .nav-previous:not(.has-post-thumbnail) + .nav-next:not(.has-post-thumbnail) { + border-color: %6$s; + } + /* Border Focus Color */ input:focus, textarea:focus { diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index c8fce6f5fc..e02830a0fc 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -1839,7 +1839,10 @@ a.post-thumbnail:focus { text-transform: uppercase; } -.updated:not(.published), +.updated:not(.published) { + display: none; +} + .sticky .posted-on, .sticky .posted-on + .byline:before { display: none;