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

See #40304.

git-svn-id: https://develop.svn.wordpress.org/trunk@40356 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-03-31 08:21:04 +00:00
parent d1442e955a
commit e4ab5c306d

View File

@ -705,18 +705,18 @@ dd {
content: "\f125";
}
.post-format-gallery:before {
content: "\f161";
}
.post-format-link:before {
content: "\f103";
}
.post-format-image:before {
content: "\f128";
}
.post-format-video:before {
content: "\f126";
}
.post-format-audio:before {
content: "\f127";
}
.post-format-quote:before {
content: "\f122";
}
@ -725,12 +725,12 @@ dd {
content: "\f130";
}
.post-format-link:before {
content: "\f103";
.post-format-video:before {
content: "\f126";
}
.post-format-gallery:before {
content: "\f161";
.post-format-audio:before {
content: "\f127";
}