From b0911b7b5556bfe621b6d42b51533c2264bae0f8 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 14 Mar 2016 15:20:51 +1300 Subject: Move icon images to common directory --- cancel.png | Bin 1125 -> 0 bytes image/cancel.png | Bin 0 -> 1125 bytes image/reboot.png | Bin 0 -> 3790 bytes image/shutdown.png | Bin 0 -> 3477 bytes petrichor.css | 6 +++--- reboot.png | Bin 3790 -> 0 bytes shutdown.png | Bin 3477 -> 0 bytes 7 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 cancel.png create mode 100644 image/cancel.png create mode 100644 image/reboot.png create mode 100644 image/shutdown.png delete mode 100644 reboot.png delete mode 100644 shutdown.png diff --git a/cancel.png b/cancel.png deleted file mode 100644 index 4d6a0ca..0000000 Binary files a/cancel.png and /dev/null differ diff --git a/image/cancel.png b/image/cancel.png new file mode 100644 index 0000000..4d6a0ca Binary files /dev/null and b/image/cancel.png differ diff --git a/image/reboot.png b/image/reboot.png new file mode 100644 index 0000000..52695ec Binary files /dev/null and b/image/reboot.png differ diff --git a/image/shutdown.png b/image/shutdown.png new file mode 100644 index 0000000..d2a7b96 Binary files /dev/null and b/image/shutdown.png differ diff --git a/petrichor.css b/petrichor.css index 8954763..c752ff0 100644 --- a/petrichor.css +++ b/petrichor.css @@ -74,17 +74,17 @@ body,html #icon-shutdown { - background: url('shutdown.png') #C33; + background: url('image/shutdown.png') #C33; } #icon-reboot { - background: url('reboot.png') #33C; + background: url('image/reboot.png') #33C; } #icon-cancel { - background: url('cancel.png') #3C3; + background: url('image/cancel.png') #3C3; } #shutdown diff --git a/reboot.png b/reboot.png deleted file mode 100644 index 52695ec..0000000 Binary files a/reboot.png and /dev/null differ diff --git a/shutdown.png b/shutdown.png deleted file mode 100644 index d2a7b96..0000000 Binary files a/shutdown.png and /dev/null differ -- cgit v1.1