summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-01-04 10:09:01 +0100
committerYorhel <git@yorhel.nl>2009-01-04 10:09:01 +0100
commite954078d3e8d26724e07d3275dc789083421bd86 (patch)
tree7bd156d469f4d01c6f93fc7b6e13fba6ce38a90f /data
parent0980838bd848cf5facfed799d7bc86989012a251 (diff)
Added patch flag to releases
TODO: update d3 and automatically convert all 'patch' media releases in the DB to use this flag.
Diffstat (limited to 'data')
-rw-r--r--data/global.pl1
-rw-r--r--data/skingen/style.css1
2 files changed, 1 insertions, 1 deletions
diff --git a/data/global.pl b/data/global.pl
index a4f4e7ce..9cbff929 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -188,7 +188,6 @@ our %S = (%S,
umd => [ 'UMD', 1 ],
nod => [ 'Nintendo Optical Disk', 1 ],
in => [ 'Internet download', 0 ],
- pa => [ 'Patch', 0 ],
otc => [ 'Other', 0 ],
},
votes => [
diff --git a/data/skingen/style.css b/data/skingen/style.css
index f4c561c9..fcae90b8 100644
--- a/data/skingen/style.css
+++ b/data/skingen/style.css
@@ -602,6 +602,7 @@ div.vndescription p {
margin: 0 100px!important;
}
+b.patch { font-weight: normal; color: $grayedout$ }
.releases table, #screenshots table {
width: 100%;
}