diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-11-20 00:48:28 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-11-20 00:48:28 +0100 |
commit | 6818805da05c4b4f0ed55d93d3bfd1af171abe47 (patch) | |
tree | 407cadf1486715eebbdf69a8e324c584550a1630 /views | |
parent | fc1688b688c77d8ff11db45f51855ccce6e74a3a (diff) | |
download | server-6818805da05c4b4f0ed55d93d3bfd1af171abe47.tar.gz |
Fix stats.
Diffstat (limited to 'views')
-rw-r--r-- | views/about.ejs | 6 | ||||
-rw-r--r-- | views/join.ejs | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/views/about.ejs b/views/about.ejs index b934c50..4418d52 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -1,5 +1,7 @@ -<%- include('header', { title: "Rally the Troops!" }) %> -<style>li img{height:1.0em;vertical-align:middle}</style> +<%- include('header', { title: "Rally the Troops!" }) -%> +<style> +li img{height:1.0em;vertical-align:middle} +</style> <p> Rally the Troops! is created and maintained by Tor Andersson. diff --git a/views/join.ejs b/views/join.ejs index b4e4718..e2c626f 100644 --- a/views/join.ejs +++ b/views/join.ejs @@ -2,7 +2,7 @@ <style> table { min-width: auto; } th, td { min-width: 10em; } -a.red { text-decoration: none; color: brown; } +a.red { text-decoration: none; color: brown; font-size: 14px; } td a { text-decoration: underline; color: blue; } .hide { display: none; } </style> |