Make WordPress Core

Changeset 48073

Timestamp:
06/17/2020 03:46:47 PM (4 years ago)
Author:
ianbelanger
Message:

Bundled Themes: Twenty Nineteen horizontal rule is very narrow.

Fixes the issue by adding specific styles for the <hr> tag.

Props laurelfulford, nielslange, kjellr, samful, leprincenoir.
Fixes #45912.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss

    r48047 r48073  
    684684        max-width: 2.25em;
    685685        text-align: left;
     686
     687
     688
     689
     690
    686691
    687692        &.is-style-wide {
  • trunk/src/wp-content/themes/twentynineteen/style-rtl.css

    r47952 r48073  
    29592959  text-shadow: none;
    29602960  padding: calc( .5 * 1rem) 1rem calc( .5 * 1rem) calc( 24px + 1rem);
    2961   white-space: nowrap;
     2961  ;
    29622962}
    29632963
     
    56385638  font-weight: bold;
    56395639  margin: 0 0 0 0.25em;
     5640
     5641
     5642
     5643
     5644
     5645
    56405646}
    56415647
  • trunk/src/wp-content/themes/twentynineteen/style.css

    r48047 r48073  
    56535653
    56545654@-moz-document url-prefix() {
    5655   .entry .entry-content .has-drop-cap:not(:focus)::first-letter {
     5655  .entry .entry-content .has-drop-cap:not(:focus):first-letter {
    56565656    margin-top: 0.2em;
    56575657  }
     
    60346034  /* Remove duplicate rule-line when a separator
    60356035         * is followed by an H1, or H2 */
     6036
     6037
     6038
     6039
     6040
     6041
     6042
     6043
     6044
     6045
     6046
     6047
     6048
     6049
     6050
     6051
     6052
     6053
     6054
    60366055}
    60376056
Note: See TracChangeset for help on using the changeset viewer.