From 6d89633e5999ffbe390fe5e73ac4d5fd181a8684 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 27 Sep 2015 23:37:47 -0700 Subject: [PATCH] Revert "Add link to privacy documentation." I'm moving this stuff into the FAQ. This reverts commit 93cf896452f416cf239a0518e9c0c5ac1a3e06c0. --- README.md | 1 - template.jst | 1 - web.css | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index dcbac0c8c..5088fb22d 100755 --- a/README.md +++ b/README.md @@ -71,7 +71,6 @@ 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 1cfc98682..93797d188 100644 --- a/template.jst +++ b/template.jst @@ -12,7 +12,6 @@ Source Code Changelog FAQ -Privacy Report Bugs diff --git a/web.css b/web.css index bb0a3cb4e..146c5b260 100644 --- a/web.css +++ b/web.css @@ -20,7 +20,7 @@ h1 { #links > a { display: table-cell; vertical-align: middle; - width: 20%; + width: 25%; color: #000; text-decoration: none; }