Add link to privacy documentation.

This commit is contained in:
ccd0 2015-09-21 17:16:44 -07:00
parent 27a6765bba
commit 93cf896452
3 changed files with 3 additions and 1 deletions

View File

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

View File

@ -12,6 +12,7 @@
<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: 25%;
width: 20%;
color: #000;
text-decoration: none;
}