Make WordPress Core

Changeset 40356


Ignore:
Timestamp:
03/31/2017 08:21:04 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Press This: Reorder post format icon styles for consistency with get_post_format_strings().

See #40304.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/press-this.css

    r40355 r40356  
    706706}
    707707
     708.post-format-gallery:before {
     709    content: "\f161";
     710}
     711
     712.post-format-link:before {
     713    content: "\f103";
     714}
     715
    708716.post-format-image:before {
    709717    content: "\f128";
    710718}
    711719
     720.post-format-quote:before {
     721    content: "\f122";
     722}
     723
     724.post-format-status:before {
     725    content: "\f130";
     726}
     727
    712728.post-format-video:before {
    713729    content: "\f126";
     
    716732.post-format-audio:before {
    717733    content: "\f127";
    718 }
    719 
    720 .post-format-quote:before {
    721     content: "\f122";
    722 }
    723 
    724 .post-format-status:before {
    725     content: "\f130";
    726 }
    727 
    728 .post-format-link:before {
    729     content: "\f103";
    730 }
    731 
    732 .post-format-gallery:before {
    733     content: "\f161";
    734734}
    735735
Note: See TracChangeset for help on using the changeset viewer.