From: Iain Patterson Date: Tue, 25 Jun 2013 10:26:33 +0000 (-0400) Subject: Added logout link. X-Git-Tag: 2013-06-25^0 X-Git-Url: http://git.iain.cx/?p=readifood.git;a=commitdiff_plain;h=46b1088ec3f691835716b9deedea3aae8afc59ad;hp=e84a1eafda685444f3bd207d0bbe5cda02af2b2d Added logout link. Configure web server to deny all requests for the /logout URI, for example with "require user nonexistent" thus forcing a reauthentication. --- 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%; +}