summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-01-10 10:27:33 +0100
committerYorhel <git@yorhel.nl>2009-01-10 10:27:33 +0100
commit49814b83b322adea8b2c385dfbb8300c0e2a2ebc (patch)
treeab5b8bd773620e8135014a3f9c5c76d95d4485b3 /data
parent9663376cd572b6f94c83f9a580c25fbd2bdc67f2 (diff)
Added VN popularity ranking
The following query should be run periodically to update the rankings: SELECT update_vnpopularity(); I'll fix Multi::Maintenance to do this automatically.
Diffstat (limited to 'data')
-rw-r--r--data/skingen/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/skingen/style.css b/data/skingen/style.css
index fcae90b8..50d15044 100644
--- a/data/skingen/style.css
+++ b/data/skingen/style.css
@@ -778,6 +778,7 @@ a.help {
.vnbrowse .tc2 { text-align: right; padding: 0; }
.vnbrowse .tc3 { padding: 0; }
+.vnbrowse .tc5 { text-align: right; padding-right: 10px; }
#q { width: 300px }
#advselect {
text-align: center;