[tor-commits] [metrics-web/master] Remove quote from header.

karsten at torproject.org karsten at torproject.org
Mon Mar 5 15:02:35 UTC 2018


commit ad2a4c2c190156ced859dc277e8591881d672e29
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Mon Mar 5 14:17:58 2018 +0100

    Remove quote from header.
    
    Fixes #25411.
---
 src/main/resources/web/css/style.css | 3 +++
 src/main/resources/web/jsps/top.jsp  | 5 -----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/web/css/style.css b/src/main/resources/web/css/style.css
index 97e91b8..108f95c 100644
--- a/src/main/resources/web/css/style.css
+++ b/src/main/resources/web/css/style.css
@@ -125,6 +125,9 @@ body {
     }
 }
 
+.navbar-secondary {
+    min-height:0px;
+}
 .navbar-secondary .section-header {
     padding:3px 14px;
     text-transform:uppercase;
diff --git a/src/main/resources/web/jsps/top.jsp b/src/main/resources/web/jsps/top.jsp
index 146c45a..440b2ee 100644
--- a/src/main/resources/web/jsps/top.jsp
+++ b/src/main/resources/web/jsps/top.jsp
@@ -106,11 +106,6 @@ document.write('<div class="topButton" style="display:none;"><a href="#top"><i c
 <!-- page header for every single page -->
 <div class="page-header hidden-xs">
   <a href="/"><img src="/images/tor-metrics-white at 2x.png" width="232" height="50" alt="Tor Metrics" id="metrics-wordmark"></a>
-  <div>
-    <p>
-      <i>“Tor metrics are the ammunition that lets Tor and other security advocates argue for a more private and secure Internet from a position of data, rather than just dogma or perspective.”<br><small>— Bruce Schneier (June 1, 2016)</small></i>
-    </p>
-  </div>
   <div class="clearfix"></div>
 </div>
 <!-- /page header -->



More information about the tor-commits mailing list