From: Laury GvR Date: Tue, 23 Sep 2014 18:46:33 +0000 (-0400) Subject: Activity logo resize. X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d346a229bff29e7e00d602e3e62d9fa7f49dc6c6;p=web%2FPetoskeyRobotics.git Activity logo resize. --- diff --git a/wp-content/plugins/Gaslightify/Gaslightify2.php b/wp-content/plugins/Gaslightify/Gaslightify2.php index 0121a29..4aa1bc2 100644 --- a/wp-content/plugins/Gaslightify/Gaslightify2.php +++ b/wp-content/plugins/Gaslightify/Gaslightify2.php @@ -55,7 +55,7 @@ function glm_custom_logo() { content: url('.plugins_url('img/GLM_flame_none_trans_32x32.png', __FILE__).') !important; } #dashboard_activity .no-activity .smiley:before { - content: url('.plugins_url('img/PetoskeyRoboticsLogo.png', __FILE__).') !important; + content: url('.plugins_url('img/PetoskeyRoboticsLogoS.png', __FILE__).') !important; } #adminmenu .wp-menu-image img { content: url('.plugins_url('img/GLM_flame_box_inverted_16x16b.png', __FILE__).') !important; diff --git a/wp-content/plugins/Gaslightify/img/PetoskeyRoboticsLogoS.png b/wp-content/plugins/Gaslightify/img/PetoskeyRoboticsLogoS.png new file mode 100644 index 0000000..ba0957e Binary files /dev/null and b/wp-content/plugins/Gaslightify/img/PetoskeyRoboticsLogoS.png differ