aboutsummaryrefslogtreecommitdiffhomepage
path: root/static
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-27 22:03:35 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-27 22:03:35 +0200
commitb795e4348f0e27aa88012c4daa87b2a320ed7e02 (patch)
treefe95e11985d04d6a060bb94da0c8fa575a83077b /static
parent0cc0232eab006e12ee257dc75394683dea6ab6ca (diff)
Do some work on the Estonian designs pageHEADmaster
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 8d8bc5b..45533e3 100644
--- a/static/style.css
+++ b/static/style.css
@@ -2197,6 +2197,10 @@ textarea,
fill: var(--primary);
}
+:is(td, th)[data-numeric] {
+ text-align: right;
+}
+
#article-list td:first-child {
text-align: right;
width: 14ch;