2014-02-19 22:43:14 +01:00
|
|
|
@import url(common.css);
|
|
|
|
@import url(forms.css);
|
|
|
|
@import url(admin-menu.css);
|
|
|
|
@import url(dashboard.css);
|
|
|
|
@import url(list-tables.css);
|
|
|
|
@import url(edit.css);
|
|
|
|
@import url(revisions.css);
|
|
|
|
@import url(media.css);
|
|
|
|
@import url(themes.css);
|
|
|
|
@import url(about.css);
|
|
|
|
@import url(nav-menus.css);
|
|
|
|
@import url(widgets.css);
|
Introducing Site Icon, favicon management for WordPress.
This v1 marries Jetpack's Site Icon module with the Media Modal, reusing code
from the Custom Header admin. For now, the core-provided icons will be limited
to a favicon, an iOS app icon, and a Windows tile icon, leaving `.ico` support
and additional icons to plugins to add.
Props obenland, tyxla, flixos90, jancbeck, markjaquith, scruffian.
See #16434.
Built from https://develop.svn.wordpress.org/trunk@32994
git-svn-id: http://core.svn.wordpress.org/trunk@32965 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-06-29 14:58:25 +02:00
|
|
|
@import url(site-icon.css);
|
2014-02-19 22:43:14 +01:00
|
|
|
@import url(l10n.css);
|
Admin: Introduce the Site Health screens.
The Site Health tool serves two purposes:
- Provide site owners with information to improve the performance, reliability, and security of their site.
- Collect comprehensive debug information about the site.
By encouraging site owners to maintain their site and adhere to modern best practices, we ultimately improve the software hygeine of both the WordPress ecosystem, and the open internet as a whole.
Props Clorith, hedgefield, melchoyce, xkon, karmatosed, jordesign, earnjam, ianbelanger, wpscholar, desrosj, pedromendonca, peterbooker, jcastaneda, garyj, soean, pento, timothyblynjacobs, zodiac1978, dgroddick, garrett-eclipse, netweb, tobifjellner, pixolin, afercia, joedolson, birgire.
See #46573.
Built from https://develop.svn.wordpress.org/trunk@44986
git-svn-id: http://core.svn.wordpress.org/trunk@44817 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-23 04:55:53 +01:00
|
|
|
@import url(site-health.css);
|