Revert "Add link to privacy documentation."

I'm moving this stuff into the FAQ.

This reverts commit 93cf896452f416cf239a0518e9c0c5ac1a3e06c0.
This commit is contained in:
ccd0 2015-09-27 23:37:47 -07:00
parent 3f843db30f
commit 6d89633e59
3 changed files with 1 additions and 3 deletions

View File

@ -71,7 +71,6 @@ If you encounter a bug, try the steps [here](https://github.com/ccd0/4chan-x/blo
## More information ## More information
- [Changelog](https://github.com/ccd0/4chan-x/blob/master/CHANGELOG.md) - [Changelog](https://github.com/ccd0/4chan-x/blob/master/CHANGELOG.md)
- [Frequently Asked Questions](https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions) - [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) - [Report Bugs](https://gitreports.com/issue/ccd0/4chan-x)
- [Contributing](https://github.com/ccd0/4chan-x/blob/master/CONTRIBUTING.md) - [Contributing](https://github.com/ccd0/4chan-x/blob/master/CONTRIBUTING.md)

View File

@ -12,7 +12,6 @@
<a href="https://github.com/ccd0/4chan-x">Source Code</a> <a href="https://github.com/ccd0/4chan-x">Source Code</a>
<a href="https://github.com/ccd0/4chan-x/blob/master/CHANGELOG.md">Changelog</a> <a href="https://github.com/ccd0/4chan-x/blob/master/CHANGELOG.md">Changelog</a>
<a href="https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions">FAQ</a> <a href="https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions">FAQ</a>
<a href="https://github.com/ccd0/4chan-x/wiki/Privacy">Privacy</a>
<a href="https://gitreports.com/issue/ccd0/4chan-x">Report Bugs</a> <a href="https://gitreports.com/issue/ccd0/4chan-x">Report Bugs</a>
</div> </div>
</div> </div>

View File

@ -20,7 +20,7 @@ h1 {
#links > a { #links > a {
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
width: 20%; width: 25%;
color: #000; color: #000;
text-decoration: none; text-decoration: none;
} }