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
- [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)

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/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/Privacy">Privacy</a>
<a href="https://gitreports.com/issue/ccd0/4chan-x">Report Bugs</a>
</div>
</div>

View File

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