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

Unified Diff: templates/default.tmpl

Issue 29323119: Issue 2839 - adjust templates for middle size screens (Closed)
Patch Set: Created July 30, 2015, 4 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
« includes/index.tmpl ('K') | « pages/features.html ('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
@@ -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) %}
« includes/index.tmpl ('K') | « pages/features.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld