Making WordPress.org


Ignore:
Timestamp:
08/26/2014 08:11:24 AM (11 years ago)
Author:
coffee2code
Message:

Code Reference: re-sync SASS and CSS files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

    r813 r815  
    597597    }
    598598
     599    .reference-landing .section.search-section {
     600        padding-top: 0;
     601    }
     602
    599603    .searchform {
    600604        overflow: hidden;
     
    650654    }
    651655
     656    .reference-landing .section, .search-section {
     657        max-width: 700px;
     658        max-width: 70rem;
     659        margin: 0 auto;
     660        padding: 1.5em 0;
     661    }
     662
    652663    .reference-landing {
    653664        .section {
    654             max-width: 700px;
    655             max-width: 70rem;
    656             margin: 0 auto;
    657             padding: 1.5em 0;
    658 
    659665            h2,
    660666            h3,
     
    12051211            }
    12061212
    1207             &.wpicon div {
    1208                 margin: -0.7rem 2rem 0 -1.8rem;
    1209                 font-size: 2.5em;
    1210                 padding: 0 2rem;
    1211 
    1212                 &:before {
    1213                     content: "\f324";
     1213            &.wpicon {
     1214                div {
     1215                    margin: -0.7rem 2rem 0 -1.8rem;
     1216                    font-size: 2.5em;
     1217                    padding: 0 2rem;
     1218
     1219                    &:before {
     1220                        content: "\f324";
     1221                    }
    12141222                }
    12151223
Note: See TracChangeset for help on using the changeset viewer.