From 554267d9da721300204a501dc0c318d086ebdd73 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 13 Feb 2014 03:52:21 -0500 Subject: [PATCH] chore(img) change names: clear, refresh --- css/style.css | 4 ++-- img/{console_clear.png => clear.png} | Bin img/{panel_refresh.png => refresh.png} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename img/{console_clear.png => clear.png} (100%) rename img/{panel_refresh.png => refresh.png} (100%) diff --git a/css/style.css b/css/style.css index 426973da..360049e1 100644 --- a/css/style.css +++ b/css/style.css @@ -94,7 +94,7 @@ body { } .refresh-icon { - background:url(/img/panel_refresh.png) no-repeat; + background:url(/img/refresh.png) no-repeat; } .refresh-icon:active { @@ -130,7 +130,7 @@ body { .clear-storage { margin-right: 6px; margin-left: 7px; - background:url(/img/console_clear.png) -4px -4px no-repeat; + background:url(/img/clear.png) -4px -4px no-repeat; } .clear-storage:active { top:5px; diff --git a/img/console_clear.png b/img/clear.png similarity index 100% rename from img/console_clear.png rename to img/clear.png diff --git a/img/panel_refresh.png b/img/refresh.png similarity index 100% rename from img/panel_refresh.png rename to img/refresh.png