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

Unified Diff: templates/default.tmpl

Issue 29573885: Noissue - Removed *-desktop.css and *-mobile.css from new abp.org (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Removed references in default.tmpl Created Oct. 12, 2017, 11:20 a.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/noscript-mobile.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
@@ -42,18 +42,16 @@
<meta property="og:url" content="{{ get_canonical_url(page | ignore_browsers) }}">
{# twitter https://dev.twitter.com/cards/markup #}
<meta name="twitter:site" content="@AdblockPlus" />
<meta name="twitter:creator" content="@AdblockPlus" />
<link rel="stylesheet" href="/css/defaults.css" class="cssfx">
<link rel="stylesheet" href="/css/main.css" class="cssfx">
- <link rel="stylesheet" href="/css/main-desktop.css" media="(min-width: 1000px)" class="cssfx">
- <link rel="stylesheet" href="/css/main-mobile.css" media="(max-width: 1000px)">
<link rel="apple-touch-icon" href="/img/favicon-large.png" />
<!--[if IE 8]>
<script src="/js/vendor/ie8.js"></script>
<![endif]-->
{% block head %}
{{head|safe}}
@@ -67,21 +65,16 @@
<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>
-
{% macro pageitem(name) %}
{% if name == page %}
<li class="selected">{{get_string(name, "menu")}}</li>
{% else %}
<li>{{name|linkify}}{{get_string(name, "menu")}}</a></li>
{% endif %}
{% endmacro %}
« no previous file with comments | « static/css/noscript-mobile.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld