Remove switching of Large and Normal text
authorMagnus Hagander <magnus@hagander.net>
Wed, 12 Feb 2014 18:15:27 +0000 (19:15 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 12 Feb 2014 18:15:27 +0000 (19:15 +0100)
This was already done on the main website, and it seems these links
never actually worked in the archives...

django/archives/mailarchives/templates/base.html

index 3648acdb660fdad958105aa089b062140aaddfe7..3ebad393cf3bccfc3131aef2f2d5f02075c9cd1d 100644 (file)
@@ -14,7 +14,7 @@
   <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
   <script type="text/javascript" src="/media-archives/js/jquery/jquery.ui.selectmenu.js"></script>
   <link rel="stylesheet" type="text/css" media="screen" href="/media-archives/css/jquery/jquery.ui.selectmenu.css" />
-  <style type="text/css" media="screen" title="Normal Text">@import url("/media-archives/css/archives.css");</style>
+  <style type="text/css" media="screen">@import url("/media-archives/css/archives.css");</style>
   <script type="text/javascript">
   var _gaq = _gaq || [];
   _gaq.push(['_setAccount', 'UA-1345454-2']);
@@ -43,9 +43,6 @@
       <h2 class="pgBlockHide">Peripheral Links</h2>
       <div id="pgSearchNav">
        <ul id="pgSearchNavList">
-        <li>
-          Text Size: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Normal Text'); return false;" title="Normal Text Size">Normal</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet('Large Text'); return false;" title="Large Text Size">Large</a>
-        </li>
         <li>
           <a href="/about/donate">Donate</a>
         </li>