Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiawei Huang <hjiawei@gmail.com>2017-06-12 02:26:29 +0300
committerJiawei Huang <hjiawei@gmail.com>2017-06-12 02:26:29 +0300
commita8f78718bd0c4f0f8eb96077e72f36c3f196ac9f (patch)
tree1317ebbf28cdebf0d8cc65687e8a2433e66e7612
parent651051960087578c66240de0da9efd9ffa2611e4 (diff)
drop ie support. i am sorry...
-rw-r--r--layouts/partials/footer.html3
-rw-r--r--layouts/partials/header.html6
-rw-r--r--static/css/ie8.css72
-rw-r--r--static/css/ie9.css123
4 files changed, 0 insertions, 204 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 619f9d7..44c7ed3 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -34,8 +34,5 @@
<!-- This is called by default since this theme uses highlight.js -->
<script>hljs.initHighlightingOnLoad();</script>
- <!--[if lte IE 8]>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
- <![endif]-->
</body>
</html>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 7337cae..a7ea0b8 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -37,10 +37,6 @@
{{ template "_internal/schema.html" . }}
{{ template "_internal/google_news.html" . }}
- <!--[if lte IE 8]>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
- <![endif]-->
-
<!-- Keeping the deprecated param, minifiedFilesCSS, for now. The new param
that replaces this is customCSS. Utilizing a scratch variable cssFiles
to keep the deprecated param. -->
@@ -71,8 +67,6 @@
{{ end }}
{{ end }}
- <!--[if lte IE 9]><link rel="stylesheet" href="/css/ie9.css" /><![endif]-->
- <!--[if lte IE 8]><link rel="stylesheet" href="/css/ie8.css" /><![endif]-->
{{ if not (in (printf "%#v" .Site.BaseURL) "localhost") }}
{{ template "_internal/google_analytics.html" . }}
{{ end }}
diff --git a/static/css/ie8.css b/static/css/ie8.css
deleted file mode 100644
index b56a672..0000000
--- a/static/css/ie8.css
+++ /dev/null
@@ -1,72 +0,0 @@
-/*
- Future Imperfect by HTML5 UP
- html5up.net | @n33co
- Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-*/
-
-/* Button */
-
- input[type="submit"],
- input[type="reset"],
- input[type="button"],
- button,
- .button {
- border: solid 1px #dedede;
- }
-
-/* Form */
-
- input[type="text"],
- input[type="password"],
- input[type="email"],
- input[type="tel"],
- select,
- textarea {
- border: solid 1px #dedede;
- }
-
-/* Post */
-
- .post {
- border: solid 1px #dedede;
- }
-
- .post > header {
- border-bottom: solid 1px #dedede;
- }
-
-/* Mini Post */
-
- .mini-post {
- border: solid 1px #dedede;
- }
-
-/* Header */
-
- #header {
- border-bottom: solid 1px #dedede;
- }
-
- #header .links {
- border-left: solid 1px #dedede;
- }
-
- #header .main ul li {
- border-left: solid 1px #dedede;
- }
-
-/* Sidebar */
-
- #sidebar > * {
- border-top: solid 1px #dedede;
- }
-
-/* Menu */
-
- #menu {
- border-left: solid 1px #dedede;
- }
-
- #menu > * {
- border-top: solid 1px #dedede;
- } \ No newline at end of file
diff --git a/static/css/ie9.css b/static/css/ie9.css
deleted file mode 100644
index e36dfe0..0000000
--- a/static/css/ie9.css
+++ /dev/null
@@ -1,123 +0,0 @@
-/*
- Future Imperfect by HTML5 UP
- html5up.net | @n33co
- Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-*/
-
-/* List */
-
- ul.posts article:after {
- clear: both;
- content: '';
- display: block;
- }
-
- ul.posts article .image {
- display: table-cell;
- vertical-align: top;
- }
-
- ul.posts article header {
- display: table-cell;
- padding-right: 1em;
- vertical-align: top;
- }
-
-/* Author */
-
- .author .name {
- display: inline-block;
- vertical-align: middle;
- }
-
- .author img {
- display: inline-block;
- vertical-align: middle;
- }
-
-/* Post */
-
- .post:after {
- clear: both;
- content: '';
- display: block;
- }
-
- .post > header:after {
- clear: both;
- content: '';
- display: block;
- }
-
- .post > header .title {
- display: table-cell;
- vertical-align: top;
- width: 65%;
- }
-
- .post > header .meta {
- display: table-cell;
- vertical-align: top;
- width: 30%;
- }
-
- .post > footer:after {
- clear: both;
- content: '';
- display: block;
- }
-
- .post > footer .actions {
- display: inline-block;
- }
-
- .post > footer .stats {
- display: inline-block;
- margin-left: 2em;
- }
-
-/* Mini Post */
-
- .mini-post .image {
- display: block;
- }
-
-/* Header */
-
- #header:after {
- clear: both;
- content: '';
- display: block;
- }
-
- #header h1 {
- float: left;
- }
-
- #header .links {
- float: left;
- }
-
- #header .main {
- position: absolute;
- right: 0;
- top: 0;
- }
-
-/* Wrapper */
-
-/* Sidebar */
-
- #sidebar {
- display: table-cell;
- margin-right: 0;
- padding-right: 3em;
- vertical-align: top;
- }
-
-/* Main */
-
- #main {
- display: table-cell;
- vertical-align: top;
- } \ No newline at end of file