Remove donation header links.
Mike Perry

Mike Perry commited on 2015-11-30 23:52:56
Zeige 1 geänderte Dateien mit 2 Einfügungen und 0 Löschungen.


They completely ruin the mobile version of the site by taking up half the
page, and they distract from the act of donating anyway.
... ...
@@ -61,11 +61,13 @@
61 61
 <body>
62 62
   <div class="container">
63 63
       <img src="$(IMGROOT)/tor-logo.jpg" alt="Tor Project">
64
+<!--
64 65
       <ul class="nav navbar-nav navbar-right" style="margin-top:50px; ">
65 66
           <li><a href="<page index>">Home</a></li>
66 67
           <li><a href="<page about/overview>">About</a></li>
67 68
           <li><a href="<page about/contact>">Contact</a></li>
68 69
       </ul>
70
+-->
69 71
       <hr style="margin-top:0;">
70 72
   </div>
71 73
   <br>
72 74