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

Unified Diff: pages/contribute.html

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
Index: pages/contribute.html
===================================================================
--- a/pages/contribute.html
+++ b/pages/contribute.html
@@ -2,8 +2,8 @@
<head>
<link class="cssfx" href="/css/topics.css" rel="stylesheet">
-<link class="cssfx" href="/css/topics-desktop.css" media="(min-width: 40.5em)" rel="stylesheet">
-<link href="/css/topics-mobile.css" media="screen and (max-width: 40.5em)" rel="stylesheet">
+<link class="cssfx" href="/css/topics-desktop.css" media="(min-width: 1000px)" rel="stylesheet">
+<link href="/css/topics-mobile.css" media="(max-width: 1000px)" rel="stylesheet">
<link class="cssfx" href="/css/contribute.css" rel="stylesheet">
<meta content="{{s1 Contribute to Adblock Plus}}" name="title">
<meta content="{{s2 Adblock Plus is an open source, community-driven project. There are many ways for you to contribute to the project.}}" name="description">

Powered by Google App Engine
This is Rietveld