aboutsummaryrefslogtreecommitdiff
path: root/petrichor.css
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-03-14 15:20:51 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-03-14 15:21:24 +1300
commitb0911b7b5556bfe621b6d42b51533c2264bae0f8 (patch)
tree736b157886a34138a9d7e454c2539eb33429f47b /petrichor.css
parent6d0e67aa99d7fba5539cb90aa711cd92a016a87a (diff)
downloadpetrichor-b0911b7b5556bfe621b6d42b51533c2264bae0f8.tar.xz
Move icon images to common directory
Diffstat (limited to 'petrichor.css')
-rw-r--r--petrichor.css6
1 files changed, 3 insertions, 3 deletions
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