summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2022-09-23 12:41:06 +0200
committerYorhel <git@yorhel.nl>2022-09-28 09:35:55 +0200
commitfc923381de7dfed7de0969c35a5e010bd6055417 (patch)
tree93ddd42ae84a16ad083ca2128a20f5d69496475c /css
parent2c92964795a54b5e0de0b66b3c1c0bc6a4083555 (diff)
WIP add language-specific titles to releases
Diffstat (limited to 'css')
-rw-r--r--css/v2.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/v2.css b/css/v2.css
index d4b6f4d1..40e55fc6 100644
--- a/css/v2.css
+++ b/css/v2.css
@@ -732,6 +732,9 @@ div#vntags { margin: 0 30px 0 30px; border-top: 1px solid $bo
/***** Release page *****/
.release table { width: 500px; margin: 0 auto; }
+.release td.titles table { margin-left: 96px }
+.release tr.title td { padding: 0 0px }
+.release tr.title td:first-child { width: 20px }
.release .key { width: 110px; }
.release dt { float: none; font-style: normal; }
.release dd { margin-left: 15px; }