summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-30 18:38:42 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-30 18:38:42 +0000
commit65c9483112ca4a7c5887cd8331326a0e42e49800 (patch)
tree3263a06fc3517eb4d7595054dd882b0863bbd28a /static
parent5fd0fb77b025faf71946df483296f24e756e3657 (diff)
Revision numers are now local to their item ID and better integrated into VNDBIDs
git-svn-id: svn://vndb.org/vndb@48 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'static')
-rw-r--r--static/files/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/files/style.css b/static/files/style.css
index d656d605..d890a47c 100644
--- a/static/files/style.css
+++ b/static/files/style.css
@@ -741,7 +741,10 @@ b.diff_del { font-weight: normal; background-color: #fcc; }
#tvl .tc1, #tvl .tc2, #tvl .tc3 { white-space: nowrap; padding-right: 10px; }
#thi { clear: both }
-#thi .tc1 { width: 35px; }
+#thi .tc1_1 { text-align: right; padding-right: 0; width: 10px; }
+#thi .tc1_2 { padding-left: 0; padding-right: 10px; }
+#thi .tc1_1 a, #thi .tc1_2 a { text-decoration: none }
+#thi .tc1 { width: 10px }
#thi .tc2 { width: 110px; }
#tre tr { background-color: #fff!important; }