summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-08-04 08:25:02 +0200
committerYorhel <git@yorhel.nl>2021-08-04 08:25:02 +0200
commit6baa5582a2ff9015f3bd672e6c62570af6517903 (patch)
tree6e270a7e023ec157ce42b3310b943f9890710097 /css
parent2f2a97fbe6705f02c1fe0d1ecc245f78637e5d7b (diff)
Adjust VN length formatting
Diffstat (limited to 'css')
-rw-r--r--css/v2.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/css/v2.css b/css/v2.css
index 556382e1..3a1464ac 100644
--- a/css/v2.css
+++ b/css/v2.css
@@ -871,8 +871,7 @@ div.votelist td.tc2 { width: 50px; text-align: right; padding-right: 10px }
div.lengthlist {
.tc1 { width: 100px }
- .tc3 { text-align: right }
- .tc3a, .tc3b { width: 35px; padding-left: 0; padding-right: 0; text-align: right; white-space: nowrap }
+ .tc3 { width: 60px; white-space: nowrap }
.tc4 { width: 100px; padding-left: 10px }
.tc5 { width: 50px }
}