Make WordPress Core

Ticket #48734: 48734.code-em-strong.patch

File 48734.code-em-strong.patch, 1.4 KB (added by sabernhardt, 20 months ago)

grouping code with em and strong in the Entry Content section

  • src/wp-content/themes/twentytwenty/style-rtl.css

     
    599599        padding: 0;
    600600}
    601601
    602 .entry-content > code {
    603         display: block;
    604 }
    605 
    606602/* Media ------------------------------------- */
    607603
    608604figure {
     
    35973593        margin: 4rem auto;
    35983594}
    35993595
     3596.entry-content > code,
     3597.entry-content > em,
     3598.entry-content > strong {
     3599        display: block;
     3600}
     3601
    36003602.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
    36013603.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
    36023604        margin-top: 0;
  • src/wp-content/themes/twentytwenty/style.css

     
    603603        padding: 0;
    604604}
    605605
    606 .entry-content > code {
    607         display: block;
    608 }
    609 
    610606/* Media ------------------------------------- */
    611607
    612608figure {
     
    36213617        margin: 4rem auto;
    36223618}
    36233619
     3620.entry-content > code,
     3621.entry-content > em,
     3622.entry-content > strong {
     3623        display: block;
     3624}
     3625
    36243626.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
    36253627.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
    36263628        margin-top: 0;