summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-03 11:22:14 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-03 11:22:14 +0000
commit9c467a1ff889ea1cca5ad9b618fe747becb594e9 (patch)
treec1f6e9a042f85dadda53ba0bb45e914c4c5f4780
parentc0714595eb620a0fbb2ea9fe12465483419aae22 (diff)
Added Xbox 360 to platforms
git-svn-id: svn://vndb.org/vndb@19 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
-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; }