diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-11-19 02:45:51 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-11-19 02:48:53 +0100 |
commit | 1a71184bcbf714d266e80d186fd666d393ed5981 (patch) | |
tree | cac3322f867a501ac6c3c160c47ee3efb875b1a1 /views/forum_post.ejs | |
parent | acc03c79e0d1a1265922b05abafd1c4a18a627a0 (diff) | |
download | server-1a71184bcbf714d266e80d186fd666d393ed5981.tar.gz |
Clean up stylesheets. Don't show options in game lists.
Diffstat (limited to 'views/forum_post.ejs')
-rw-r--r-- | views/forum_post.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/forum_post.ejs b/views/forum_post.ejs index aa24455..98d667c 100644 --- a/views/forum_post.ejs +++ b/views/forum_post.ejs @@ -1,4 +1,4 @@ -<%- include('header', { title: "New Thread" }) %> +<%- include('header', { title: "New Thread" }) -%> <style> input, textarea { width: 100%; max-width: 45em; } </style> |