summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ChangeLog2
-rw-r--r--lib/global.pl1
-rw-r--r--static/files/icons.pngbin2905 -> 3000 bytes
-rw-r--r--static/files/style.css1
4 files changed, 3 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 4f2f5e09..0ac9e7fb 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -12,7 +12,7 @@ TODO:
anime relations without having to visit AniDB.
1.17 - 2008-05-23
- - Added PS3 to platforms
+ - Added PS3 and Xbox 360 to platforms
1.16 - 2008-05-22
- Release dates in the current year or month without a specified day will
diff --git a/lib/global.pl b/lib/global.pl
index b94dd40b..37839a42 100644
--- a/lib/global.pl
+++ b/lib/global.pl
@@ -19,6 +19,7 @@ our $PLAT = {
drc => 'Dreamcast',
sfc => 'Super Nintendo',
wii => 'Nintendo Wii',
+ xb3 => 'Xbox 360',
oth => 'Other'
};
diff --git a/static/files/icons.png b/static/files/icons.png
index 6b1762bc..212cdf15 100644
--- a/static/files/icons.png
+++ b/static/files/icons.png
Binary files differ
diff --git a/static/files/style.css b/static/files/style.css
index d76f87ba..8f503ed5 100644
--- a/static/files/style.css
+++ b/static/files/style.css
@@ -665,6 +665,7 @@ acronym.icons { cursor: default; }
.icons.psp { background-position: -16px -42px; }
.icons.win { background-position: -16px -56px; }
.icons.wii { background-position: -16px -70px; }
+.icons.xb3 { background-position: -16px -84px; }
.icons.com { background-position: -32px 0px; }
.icons.par { background-position: -32px -14px; }