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;
}