Make WordPress Core

Changeset 48514


Ignore:
Timestamp:
07/20/2020 01:27:58 PM (4 years ago)
Author:
desrosj
Message:

Bundled Themes: Rebuild Twenty Nineteen’s RTL stylesheet.

This adds the changes from [48073] to the style-rtl.css file.

See #45912.

File:
1 edited

Legend:

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

    r48073 r48514  
    56415641
    56425642@-moz-document url-prefix() {
    5643   .entry .entry-content .has-drop-cap:not(:focus)::first-letter {
     5643  .entry .entry-content .has-drop-cap:not(:focus):first-letter {
    56445644    margin-top: 0.2em;
    56455645  }
     
    60226022  /* Remove duplicate rule-line when a separator
    60236023         * is followed by an H1, or H2 */
     6024}
     6025
     6026.entry .entry-content .wp-block-separator:not(.wp-block-separator),
     6027.entry .entry-content hr:not(.wp-block-separator) {
     6028  max-width: 100%;
     6029}
     6030
     6031@media only screen and (min-width: 768px) {
     6032  .entry .entry-content .wp-block-separator:not(.wp-block-separator),
     6033  .entry .entry-content hr:not(.wp-block-separator) {
     6034    max-width: calc(8 * (100vw / 12) - 28px);
     6035  }
     6036}
     6037
     6038@media only screen and (min-width: 1168px) {
     6039  .entry .entry-content .wp-block-separator:not(.wp-block-separator),
     6040  .entry .entry-content hr:not(.wp-block-separator) {
     6041    max-width: calc(6 * (100vw / 12) - 28px);
     6042  }
    60246043}
    60256044
Note: See TracChangeset for help on using the changeset viewer.