Index: templates/default.tmpl |
=================================================================== |
--- a/templates/default.tmpl |
+++ b/templates/default.tmpl |
@@ -22,8 +22,8 @@ |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
<link rel="stylesheet" href="/css/main.css" class="cssfx"> |
- <link rel="stylesheet" href="/css/main-desktop.css" media="(min-width: 40.5em)" class="cssfx"> |
- <link rel="stylesheet" href="/css/main-mobile.css" media="screen and (max-width: 40.5em)"> |
saroyanm
2015/07/30 16:10:17
I noticed that we are adjusting the layout for scr
|
+ <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="canonical" href="https://adblockplus.org/{{page}}"> |
@@ -48,8 +48,8 @@ |
<body> |
<noscript> |
- <link rel="stylesheet" href="/css/noscript-desktop.css" media="(min-width: 40.5em)"/> |
- <link rel="stylesheet" href="/css/noscript-mobile.css" media="screen and (max-width: 40.5em)"/> |
+ <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) %} |