From 46b1088ec3f691835716b9deedea3aae8afc59ad Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Tue, 25 Jun 2013 06:26:33 -0400 Subject: [PATCH] Added logout link. Configure web server to deny all requests for the /logout URI, for example with "require user nonexistent" thus forcing a reauthentication. --- lib/header.php | 6 ++++-- www/style.css | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/header.php b/lib/header.php index 88a7271..75cd167 100644 --- a/lib/header.php +++ b/lib/header.php @@ -5,7 +5,6 @@
diff --git a/www/style.css b/www/style.css index 932a1e9..203ea50 100644 --- a/www/style.css +++ b/www/style.css @@ -91,3 +91,7 @@ a.delete { .small { font-size: 75%; } + +.smaller { + font-size: 25%; +} -- 2.7.4