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

Unified Diff: pages/index.md

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Patch Set: Created April 18, 2018, 11:54 a.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/index.md
===================================================================
--- a/pages/index.md
+++ b/pages/index.md
@@ -1,13 +1,11 @@
title = ABP Test Pages
-<section class="abp-container">
-<h2>Welcome</h2>
-<p>This site is intended to provide test cases and as helpful documentation for testers following the ABP test suite.</p>
+<div class="site-container">
+
+<section class="site-panel">
+ <h2>Welcome</h2>
+ <p>This site provides test pages for Adblock Plus functionality.</p>
</section>
-<section class="abp-container">
-<? include testsuite ?>
-<? include testcases ?>
-</section>
-<section class="abp-container">
-<!-- include references -->
-</section>
+<? include testcases ?>
kzar 2018/04/19 13:08:22 Nit: Please could you remove the trailing whitespa
+
+</div> <!-- .site-container -->

Powered by Google App Engine
This is Rietveld