From 4c5d2e4afe02479dcfb770fa1d6cfccb499e4fff Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 13 Oct 2023 19:59:06 +0200 Subject: Clean up stylesheet and improve layout on small and large screens. Use variables for color theming. --- views/user_stats.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/user_stats.pug') diff --git a/views/user_stats.pug b/views/user_stats.pug index dee2883..3b201ef 100644 --- a/views/user_stats.pug +++ b/views/user_stats.pug @@ -11,7 +11,7 @@ html article h1 Statistics for #{who.name} - table(style="min-width:auto") + table.striped thead tr th Title @@ -37,7 +37,7 @@ html td.r= all_total td.r= Math.round(all_won*100/all_total) + "%" - table(style="min-width:auto") + table.striped thead tr th Title -- cgit v1.2.3