Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/default.tmpl

Issue 29550790: Issue 268 - Remove empty.css hack (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Sept. 20, 2017, 4:23 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/css/empty.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -61,22 +61,16 @@
<!--[if lt IE 7]>
<script src="/js/vendor/DD_belatedPNG.js"></script>
<script>DD_belatedPNG.fix(".sprite");</script>
<![endif]-->
<!--[if lt IE 9]>
<script src="/js/vendor/html5shiv.js"></script>
<script src="/js/vendor/respond.min.js"></script>
<![endif]-->
- <!--[if lt IE 10]>
- <script src="/js/vendor/cssfx.min.js"></script>
- <![endif]-->
- <!--[if IE 8]>
- <link rel="stylesheet" href="/css/empty.css" class="cssfx"/>
- <![endif]-->
</head>
<body>
<noscript>
<link rel="stylesheet" href="/css/noscript-desktop.css" media="(min-width: 1000px)"/>
<link rel="stylesheet" href="/css/noscript-mobile.css" media="(max-width: 1000px)"/>
</noscript>
« no previous file with comments | « static/css/empty.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld