File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ $font-size-adjust-value: 1.15;
130130/* Defaults */
131131$relative-assets : false;
132132
133- $legacy-support-for-ie : true ;
133+ $legacy-support-for-ie : false ;
134134$legacy-support-for-ie6 : false;
135135$legacy-support-for-ie7 : false;
136136$legacy-support-for-ie8 : false;
Original file line number Diff line number Diff line change 358358 /* Aural rulesets */
359359 abbr .initialism { speak : spell-out ; }
360360 abbr .truncation { speak : normal ; }
361-
362- /* Stupid IE: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/ */
363- @-ms-viewport { width : device- width; }
364- canvas { -ms-touch-action : double- tap- zoom; }
365361}
366362
367363
Original file line number Diff line number Diff line change @@ -621,13 +621,6 @@ abbr.initialism {
621621abbr .truncation {
622622 speak : normal; }
623623
624- /* Stupid IE: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/ */
625- @-ms-viewport {
626- width : device-width; }
627-
628- canvas {
629- -ms-touch-action : double-tap-zoom; }
630-
631624/*
632625 * Main CSS styles for linear content. Design for Mobile first!
633626 *
Original file line number Diff line number Diff line change 88 src ="https://analytics.python.org/js/script.file-downloads.outbound-links.js "> </ script >
99
1010 < meta charset ="utf-8 ">
11- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
1211
1312 < link rel ="prefetch " href ="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js ">
1413 < link rel ="prefetch " href ="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js ">
1514
1615 < meta name ="application-name " content ="{{ SITE_INFO.site_name }} ">
17- < meta name ="msapplication-tooltip " content ="{{ SITE_INFO.site_descript }} ">
1816 < meta name ="apple-mobile-web-app-title " content ="{{ SITE_INFO.site_name }} ">
1917 < meta name ="apple-mobile-web-app-capable " content ="yes ">
2018 < meta name ="apple-mobile-web-app-status-bar-style " content ="black ">
2119
2220 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
2321 < meta name ="HandheldFriendly " content ="True ">
2422 < meta name ="format-detection " content ="telephone=no ">
25- < meta http-equiv ="cleartype " content ="on ">
2623
2724 < script async
2825 src ="https://media.ethicalads.io/media/client/v1.4.0/ethicalads.min.js "
187184 GO
188185 </ button >
189186
190- {# I heard IE needs this in order to have the form submit by pressing the enter key. True? #}
191- <!--[if IE]><input type="text" style="display: none;" disabled="disabled" size="1" tabindex="4"><![endif]-->
192-
193187 </ fieldset >
194188 </ form > < span class ="breaker "> </ span > < div class ="adjust-font-size " aria-hidden ="true ">
195189 < ul class ="navigation menu " aria-label ="Adjust Text Size on Page ">
You can’t perform that action at this time.
0 commit comments