Make WordPress Core

Changeset 54466


Ignore:
Timestamp:
10/10/2022 11:13:25 PM (2 years ago)
Author:
audrasjb
Message:

Twenty Nineteen: Add missing compiled CSS declarations after [54413].

Follow-up to [54413].

Props sabernhardt, whaze.
Fixes #55981.

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

Legend:

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

    r54171 r54466  
    56695669
    56705670.entry .entry-content .wp-block-pullquote {
     5671  color: #111;
    56715672  border-color: transparent;
    56725673  border-width: 2px;
     
    56755676
    56765677.entry .entry-content .wp-block-pullquote blockquote {
    5677   color: #111;
    56785678  border: none;
    56795679  margin-top: calc(4 * 1rem);
  • trunk/src/wp-content/themes/twentynineteen/style.css

    r54171 r54466  
    56815681
    56825682.entry .entry-content .wp-block-pullquote {
     5683  color: #111;
    56835684  border-color: transparent;
    56845685  border-width: 2px;
     
    56875688
    56885689.entry .entry-content .wp-block-pullquote blockquote {
    5689   color: #111;
    56905690  border: none;
    56915691  margin-top: calc(4 * 1rem);
Note: See TracChangeset for help on using the changeset viewer.