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

Unified Diff: pages/contribute.html

Issue 29670669: Issue 268 - Removed cssfxjs dependency (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Addressed #3 Created Jan. 17, 2018, 2:56 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 | « includes/styles.tmpl ('k') | pages/features.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/contribute.html
===================================================================
--- a/pages/contribute.html
+++ b/pages/contribute.html
@@ -1,15 +1,15 @@
title=Contribute to Adblock Plus
<head>
-<link class="cssfx" href="/css/topics.css" rel="stylesheet">
-<link class="cssfx" href="/css/topics-desktop.css" media="(min-width: 1000px)" rel="stylesheet">
+<link href="/css/topics.css" rel="stylesheet">
+<link 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">
+<link href="/css/contribute.css" rel="stylesheet">
<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">
<meta content="{{s2 Adblock Plus is an open source, community-driven project. There are many ways for you to contribute to the project.}}" property="og:description">
</head>
<p>
{{s5 <fix>Adblock Plus</fix> is an open source, community-driven project licensed under <a href="https://www.gnu.org/licenses/gpl.html">GPLv3</a> aimed at making the Internet better for everyone.}}
</p>
« no previous file with comments | « includes/styles.tmpl ('k') | pages/features.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld