From 64df00e7cb3df0f8d2340bb443b7257f6f2d8fc7 2017-06-21 23:53:27 From: DarkMorford Date: 2017-06-21 23:53:27 Subject: [PATCH] Move admin CSS into a subdirectory. --- diff --git a/include/html.php b/include/html.php index 0a54912..4f26f00 100644 --- a/include/html.php +++ b/include/html.php @@ -12,7 +12,7 @@ function adminhead($title = '') { Megatokyo Administrative Dashboard<?php if( $title ) echo " — $title"; ?> - + diff --git a/wp-admin.css b/styles/wp-admin.css similarity index 100% rename from wp-admin.css rename to styles/wp-admin.css