Skip to content

Commit 791abc2

Browse files
committed
Remove support for IE
1 parent 537fe31 commit 791abc2

4 files changed

Lines changed: 1 addition & 18 deletions

File tree

static/sass/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

static/sass/_functions.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,6 @@
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

static/sass/style.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -621,13 +621,6 @@ abbr.initialism {
621621
abbr.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
*

templates/base.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,18 @@
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"
@@ -187,9 +184,6 @@
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">

0 commit comments

Comments
 (0)