From a3fe1adbf76e16e218864a8cfecdea7e6bc5dccd Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Wed, 15 Sep 2021 11:04:52 -0400 Subject: Added online and offline checking based on last checkin time for players. Added labeling of online status to most places players appear. Fixed css so display works in NetSurf. --- captain/example/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'captain/example/static') diff --git a/captain/example/static/style.css b/captain/example/static/style.css index 6af0d2e..41d6ed0 100644 --- a/captain/example/static/style.css +++ b/captain/example/static/style.css @@ -52,7 +52,7 @@ body { .content { - margin-top: 80px; + padding-top: 80px; clear:both; margin-left: 1em; margin-right: 1em; -- cgit v1.2.3