diff options
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> |