aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--image/cancel.png (renamed from cancel.png)bin1125 -> 1125 bytes
-rw-r--r--image/reboot.png (renamed from reboot.png)bin3790 -> 3790 bytes
-rw-r--r--image/shutdown.png (renamed from shutdown.png)bin3477 -> 3477 bytes
-rw-r--r--petrichor.css6
4 files changed, 3 insertions, 3 deletions
diff --git a/cancel.png b/image/cancel.png
index 4d6a0ca..4d6a0ca 100644
--- a/cancel.png
+++ b/image/cancel.png
Binary files differ
diff --git a/reboot.png b/image/reboot.png
index 52695ec..52695ec 100644
--- a/reboot.png
+++ b/image/reboot.png
Binary files differ
diff --git a/shutdown.png b/image/shutdown.png
index d2a7b96..d2a7b96 100644
--- a/shutdown.png
+++ b/image/shutdown.png
Binary files 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