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

Unified Diff: includes/index.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
« no previous file with comments | « no previous file | pages/contribute.html » ('j') | templates/default.tmpl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/index.tmpl
===================================================================
--- a/includes/index.tmpl
+++ b/includes/index.tmpl
@@ -21,8 +21,8 @@
<head>
<link class="cssfx" href="/css/index.css" rel="stylesheet">
-<link class="cssfx" href="/css/index-desktop.css" media="(min-width: 40.5em)" rel="stylesheet">
Thomas Greiner 2015/07/31 15:25:47 This value appears to have been specifically chose
-<link href="/css/index-mobile.css" media="screen and (max-width: 40.5em)" rel="stylesheet">
+<link class="cssfx" href="/css/index-desktop.css" media="(min-width: 1000px)" rel="stylesheet">
+<link href="/css/index-mobile.css" media="(max-width: 1000px)" rel="stylesheet">
<link href="https://adblockplus.org/" rel="canonical">
<link href="https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddilifddb" rel="chrome-webstore-item">
« no previous file with comments | « no previous file | pages/contribute.html » ('j') | templates/default.tmpl » ('J')

Powered by Google App Engine
This is Rietveld