Twenty Fourteen: Missing semicolons. props trishasalas. fixes #24947.

git-svn-id: http://core.svn.wordpress.org/trunk@24991 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-08-06 09:50:17 +00:00
parent dec0f1279e
commit aa5f2e18be
1 changed files with 6 additions and 7 deletions

View File

@ -659,7 +659,7 @@ body {
.search-toggle:hover, .search-toggle:hover,
.social-links-toggle.active, .social-links-toggle.active,
.search-toggle.active { .search-toggle.active {
background-color: #35921f background-color: #35921f;
} }
.search-toggle { .search-toggle {
display: none; display: none;
@ -942,7 +942,7 @@ body {
text-decoration: none; text-decoration: none;
} }
.mobile-navigation a:hover { .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 { .attachment-featured-featured {
background-color: #2b2b2b; background-color: #2b2b2b;
display: block; display: block;
min-height: 168px min-height: 168px;
min-height: 16.8rem min-height: 16.8rem;
} }
.attachment-featured-featured:hover img { .attachment-featured-featured:hover img {
opacity: 0.8; opacity: 0.8;
@ -2570,7 +2570,7 @@ span > object {
img#wpstats { img#wpstats {
margin-top: -5px; margin-top: -5px;
margin-top: -0.5rem; margin-top: -0.5rem;
position: absolute position: absolute;
} }
/* Subscription */ /* Subscription */
@ -2649,7 +2649,6 @@ img[src^="http://botd"] {
margin-bottom: 6px; margin-bottom: 6px;
margin-bottom: 0.6rem; margin-bottom: 0.6rem;
text-transform: none; text-transform: none;
} }
.list-view #primary .entry-meta { .list-view #primary .entry-meta {
background-color: transparent; background-color: transparent;
@ -2674,7 +2673,7 @@ img[src^="http://botd"] {
/* Enable Genricons */ /* Enable Genricons */
@media screen and (min-width: 400px) { @media screen and (min-width: 400px) {
a.attachment-featured-thumbnail:hover img { a.attachment-featured-thumbnail:hover img {
opacity: 0.8 opacity: 0.8;
} }
#primary span + span.entry-date:before, #primary span + span.entry-date:before,
#primary span + .byline:before, #primary span + .byline:before,