From 2895127cdf72ecf8e3f05dfcdd85a6f22552f89b Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 6 Aug 2013 09:50:17 +0000 Subject: [PATCH] Twenty Fourteen: Missing semicolons. props trishasalas. fixes #24947. git-svn-id: https://develop.svn.wordpress.org/trunk@24991 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyfourteen/style.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index 27d8944ad5..45425d76b2 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -659,7 +659,7 @@ body { .search-toggle:hover, .social-links-toggle.active, .search-toggle.active { - background-color: #35921f + background-color: #35921f; } .search-toggle { display: none; @@ -942,7 +942,7 @@ body { text-decoration: none; } .mobile-navigation a:hover { - color: rgba(255, 255, 255, 0.7) + color: rgba(255, 255, 255, 0.7); } @@ -1361,8 +1361,8 @@ footer.entry-meta { .attachment-featured-featured { background-color: #2b2b2b; display: block; - min-height: 168px - min-height: 16.8rem + min-height: 168px; + min-height: 16.8rem; } .attachment-featured-featured:hover img { opacity: 0.8; @@ -2570,7 +2570,7 @@ span > object { img#wpstats { margin-top: -5px; margin-top: -0.5rem; - position: absolute + position: absolute; } /* Subscription */ @@ -2649,7 +2649,6 @@ img[src^="http://botd"] { margin-bottom: 6px; margin-bottom: 0.6rem; text-transform: none; - } .list-view #primary .entry-meta { background-color: transparent; @@ -2674,7 +2673,7 @@ img[src^="http://botd"] { /* Enable Genricons */ @media screen and (min-width: 400px) { a.attachment-featured-thumbnail:hover img { - opacity: 0.8 + opacity: 0.8; } #primary span + span.entry-date:before, #primary span + .byline:before,