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

Unified Diff: pages/features.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 | « pages/contribute.html ('k') | static/css/empty.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/features.html
===================================================================
--- a/pages/features.html
+++ b/pages/features.html
@@ -1,15 +1,15 @@
title=Adblock Plus Features
<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/features.css" rel="stylesheet">
+<link href="/css/features.css" rel="stylesheet">
<meta content="{{s2 Adblock Plus can do more than just block ads; it can disable unwanted tracking, protect against malware and remove social media buttons.}}" name="description">
<meta content="{{s2 Adblock Plus can do more than just block ads; it can disable unwanted tracking, protect against malware and remove social media buttons.}}" property="og:description">
</head>
<div id="toc">
<a class="topic-small" href="#adblocking">
<div class="feature-adblocking sprite"></div>
<p>{{s5 Block Ads}}</p>
« no previous file with comments | « pages/contribute.html ('k') | static/css/empty.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld