Make WordPress Core

Changeset 24991


Ignore:
Timestamp:
08/06/2013 09:50:17 AM (12 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyfourteen/style.css

    r24832 r24991  
    660660.social-links-toggle.active,
    661661.search-toggle.active {
    662     background-color: #35921f
     662    background-color: #35921f;
    663663}
    664664.search-toggle {
     
    943943}
    944944.mobile-navigation a:hover {
    945     color: rgba(255, 255, 255, 0.7)
     945    color: rgba(255, 255, 255, 0.7);
    946946}
    947947
     
    13621362    background-color: #2b2b2b;
    13631363    display: block;
    1364     min-height: 168px
    1365     min-height: 16.8rem
     1364    min-height: 168px;
     1365    min-height: 16.8rem;
    13661366}
    13671367.attachment-featured-featured:hover img {
     
    25712571    margin-top: -5px;
    25722572    margin-top: -0.5rem;
    2573     position: absolute
     2573    position: absolute;
    25742574}
    25752575
     
    26502650         margin-bottom: 0.6rem;
    26512651         text-transform: none;
    2652 
    26532652    }
    26542653    .list-view #primary .entry-meta {
     
    26752674@media screen and (min-width: 400px) {
    26762675    a.attachment-featured-thumbnail:hover img {
    2677         opacity: 0.8
     2676        opacity: 0.8;
    26782677    }
    26792678    #primary span + span.entry-date:before,
Note: See TracChangeset for help on using the changeset viewer.