summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury German <blueknight@gentoo.org>2022-06-15 12:08:35 -0400
committerYury German <blueknight@gentoo.org>2022-06-15 12:08:35 -0400
commit36d7691c33cb64ece817246e47a779ec648d10b0 (patch)
tree08f2fb95303a1d8eeba2c8629a24b35a91fb1cac /plugins/jetpack/css/jetpack-icons.css
parenttwentyfourteen upg 2.7 to 3.2 and twentysixteen from 2.0 to 2.5 (diff)
downloadblogs-gentoo-36d7691c33cb64ece817246e47a779ec648d10b0.tar.gz
blogs-gentoo-36d7691c33cb64ece817246e47a779ec648d10b0.tar.bz2
blogs-gentoo-36d7691c33cb64ece817246e47a779ec648d10b0.zip
Openid-3.6.1 and jetpack-11.0 upgrade
Signed-off-by: Yury German <blueknight@gentoo.org>
Diffstat (limited to 'plugins/jetpack/css/jetpack-icons.css')
-rw-r--r--plugins/jetpack/css/jetpack-icons.css10
1 files changed, 3 insertions, 7 deletions
diff --git a/plugins/jetpack/css/jetpack-icons.css b/plugins/jetpack/css/jetpack-icons.css
index 6eeb2d04..de7c194d 100644
--- a/plugins/jetpack/css/jetpack-icons.css
+++ b/plugins/jetpack/css/jetpack-icons.css
@@ -1,17 +1,14 @@
-/*!
-* Do not modify this file directly. It is compiled SASS code.
-*/
@font-face {
font-family: "jetpack";
- src: url("../_inc/fonts/jetpack/jetpack.eot");
- src: url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"), url("../_inc/fonts/jetpack/jetpack.woff") format("woff"), url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"), url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");
+ src: url(../_inc/fonts/jetpack/jetpack.eot);
+ src: url(../_inc/fonts/jetpack/jetpack.eot?#iefix) format("embedded-opentype"), url(../_inc/fonts/jetpack/jetpack.woff) format("woff"), url(../_inc/fonts/jetpack/jetpack.ttf) format("truetype"), url(../_inc/fonts/jetpack/jetpack.svg#jetpack) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "jetpack";
- src: url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");
+ src: url(../_inc/fonts/jetpack/jetpack.svg#jetpack) format("svg");
}
}
li.toplevel_page_jetpack .wp-menu-image:before {
@@ -28,4 +25,3 @@ li.toplevel_page_jetpack .wp-menu-image:before {
background: none !important;
background-repeat: no-repeat;
}
-/*# sourceMappingURL=jetpack-icons.css.map */