From 600e4c01f0fc265a61aea2830c26ed2bd6d77c73 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 28 Jun 2014 12:21:18 +0300 Subject: [PATCH] Add a clock --- app.psgi | 2 +- css/custom.css | 5 +++++ tmpl/header.en | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/app.psgi b/app.psgi index 0d58450..d9d42bf 100644 --- a/app.psgi +++ b/app.psgi @@ -12,7 +12,7 @@ use Digest::SHA qw/sha256/; use Log::Log4perl; use constant ACCESSLOG_FORMAT => '%{X-Forwarded-For}i|%h %u "%r" %>s %b "%{Referer}i" "%{User-agent}i"'; -use constant CONTENT_SECURITY_POLICY => q,default-src 'none'; script-src 'self' www.google-analytics.com; style-src 'self'; img-src 'self'; connect-src 'self',; +use constant CONTENT_SECURITY_POLICY => q,default-src 'none'; script-src 'self' www.google-analytics.com; style-src 'self'; img-src 'self'; connect-src 'self'; frame-src 'free.timeanddate.com',; $Apache2::AuthzCaps::rootdir = $Apache2::Authen::Passphrase::rootdir; my $word = qr,(\w+),a; diff --git a/css/custom.css b/css/custom.css index 9872ee8..1394354 100644 --- a/css/custom.css +++ b/css/custom.css @@ -54,4 +54,9 @@ a.dropdown-toggle{ .table-fixed{ table-layout: fixed; +} + +#clock{ + float: right; + margin-right: 1em; } \ No newline at end of file diff --git a/tmpl/header.en b/tmpl/header.en index c4f51f6..0f5938b 100644 --- a/tmpl/header.en +++ b/tmpl/header.en @@ -36,6 +36,8 @@ + +

TITLE_GOES_HERE

-- 2.30.2