commit 57d6e8b94c1f1daad0d92038c50511e8a66fffe1 Author: Mike Perry mikeperry-git@torproject.org Date: Mon Nov 30 14:52:56 2015 -0800
Remove donation header links.
They completely ruin the mobile version of the site by taking up half the page, and they distract from the act of donating anyway. --- include/donatehead.wmi | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/donatehead.wmi b/include/donatehead.wmi index 54e866e..7d8d362 100644 --- a/include/donatehead.wmi +++ b/include/donatehead.wmi @@ -61,11 +61,13 @@ <body> <div class="container"> <img src="$(IMGROOT)/tor-logo.jpg" alt="Tor Project"> +<!-- <ul class="nav navbar-nav navbar-right" style="margin-top:50px; "> <li><a href="<page index>">Home</a></li> <li><a href="<page about/overview>">About</a></li> <li><a href="<page about/contact>">Contact</a></li> </ul> +--> <hr style="margin-top:0;"> </div> <br>