Make WordPress Core

Changeset 47244


Ignore:
Timestamp:
02/10/2020 07:23:38 PM (5 years ago)
Author:
ianbelanger
Message:

Bundled Themes: Twenty Twenty post navigation links outside of the container.

Fixes a bug where the in-page pagination does not align within the inner container.

Props ataurr, audrasjb, mukesh27.
Fixes #48979.

Location:
trunk/src/wp-content/themes/twentytwenty
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/style-rtl.css

    r47241 r47244  
    25962596    font-weight: 600;
    25972597    line-height: 1;
    2598     margin-top: 3em;
    2599     padding: 0 0.25em;
     2598    margin: 3em auto 0 auto;
     2599    padding: 0;
     2600    width: calc(100% - 4rem);
     2601    max-width: 58rem;
     2602}
     2603
     2604.post-nav-links > span.label {
     2605    padding: 1em 0;
    26002606}
    26012607
     
    44634469        margin: 0.5rem 1rem 0 0;
    44644470    }
     4471
     4472    /* Post Footer --------------------------- */
     4473
     4474    /* POST NAV LINKS */
     4475
     4476    .post-nav-links {
     4477        margin: 3em 0 0 0;
     4478    }
    44654479}
    44664480
     
    44984512        max-width: 26rem;
    44994513    }
     4514
     4515    /* Post Footer --------------------------- */
     4516
     4517    /* POST NAV LINKS */
     4518
     4519    .post-nav-links {
     4520        margin: 3em 0 0 0;
     4521    }
    45004522}
    45014523
     
    45324554    }
    45334555
     4556    /* Post Footer --------------------------- */
     4557
     4558    /* POST NAV LINKS */
     4559
     4560    .post-nav-links {
     4561        margin: 3em 0 0 0;
     4562    }
    45344563}
    45354564
     
    45454574    }
    45464575
     4576    /* Post Footer --------------------------- */
     4577
     4578    /* POST NAV LINKS */
     4579
     4580    .post-nav-links {
     4581        margin: 3em 0 0 0;
     4582    }
    45474583}
    45484584
     
    45954631    }
    45964632
     4633    /* Post Footer --------------------------- */
     4634
     4635    /* POST NAV LINKS */
     4636
     4637    .post-nav-links {
     4638        margin: 3em auto 0 auto;
     4639    }
    45974640}
    45984641
  • trunk/src/wp-content/themes/twentytwenty/style.css

    r47241 r47244  
    26122612    font-weight: 600;
    26132613    line-height: 1;
    2614     margin-top: 3em;
    2615     padding: 0 0.25em;
     2614    margin: 3em auto 0 auto;
     2615    padding: 0;
     2616    width: calc(100% - 4rem);
     2617    max-width: 58rem;
     2618}
     2619
     2620.post-nav-links > span.label {
     2621    padding: 1em 0;
    26162622}
    26172623
     
    44974503        margin: 0.5rem 0 0 1rem;
    44984504    }
     4505
     4506    /* Post Footer --------------------------- */
     4507
     4508    /* POST NAV LINKS */
     4509
     4510    .post-nav-links {
     4511        margin: 3em 0 0 0;
     4512    }
    44994513}
    45004514
     
    45324546        max-width: 26rem;
    45334547    }
     4548
     4549    /* Post Footer --------------------------- */
     4550
     4551    /* POST NAV LINKS */
     4552
     4553    .post-nav-links {
     4554        margin: 3em 0 0 0;
     4555    }
    45344556}
    45354557
     
    45664588    }
    45674589
     4590    /* Post Footer --------------------------- */
     4591
     4592    /* POST NAV LINKS */
     4593
     4594    .post-nav-links {
     4595        margin: 3em 0 0 0;
     4596    }
    45684597}
    45694598
     
    45794608    }
    45804609
     4610    /* Post Footer --------------------------- */
     4611
     4612    /* POST NAV LINKS */
     4613
     4614    .post-nav-links {
     4615        margin: 3em 0 0 0;
     4616    }
    45814617}
    45824618
     
    46454681    }
    46464682
     4683    /* Post Footer --------------------------- */
     4684
     4685    /* POST NAV LINKS */
     4686
     4687    .post-nav-links {
     4688        margin: 3em auto 0 auto;
     4689    }
    46474690}
    46484691
Note: See TracChangeset for help on using the changeset viewer.