Add privacy link to header.

This commit is contained in:
ccd0 2020-02-17 16:08:29 -08:00
parent 6015152060
commit cbc1b50582
2 changed files with 2 additions and 1 deletions

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">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: 25%; width: 20%;
color: #000; color: #000;
text-decoration: none; text-decoration: none;
} }