From 93cf896452f416cf239a0518e9c0c5ac1a3e06c0 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 21 Sep 2015 17:16:44 -0700 Subject: [PATCH] Add link to privacy documentation. --- README.md | 1 + template.jst | 1 + web.css | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5088fb22d..dcbac0c8c 100755 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ If you encounter a bug, try the steps [here](https://github.com/ccd0/4chan-x/blo ## More information - [Changelog](https://github.com/ccd0/4chan-x/blob/master/CHANGELOG.md) - [Frequently Asked Questions](https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions) +- [Privacy](https://github.com/ccd0/4chan-x/wiki/Privacy) - [Report Bugs](https://gitreports.com/issue/ccd0/4chan-x) - [Contributing](https://github.com/ccd0/4chan-x/blob/master/CONTRIBUTING.md) diff --git a/template.jst b/template.jst index 93797d188..1cfc98682 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 146c5b260..bb0a3cb4e 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; }