From cbc1b505822a005809053024f161f9cd2eb78079 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 17 Feb 2020 16:08:29 -0800 Subject: [PATCH] Add privacy link to header. --- template.jst | 1 + web.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/template.jst b/template.jst index 81ecac066..1af0f1738 100644 --- a/template.jst +++ b/template.jst @@ -12,6 +12,7 @@ Source Code Changelog FAQ +Privacy Report Bugs diff --git a/web.css b/web.css index fec2a71dd..a46a3c24d 100644 --- a/web.css +++ b/web.css @@ -20,7 +20,7 @@ h1 { #links > a { display: table-cell; vertical-align: middle; - width: 25%; + width: 20%; color: #000; text-decoration: none; }