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

Unified Diff: pages/utilities.html

Issue 29612684: Issue 6060 - Provided lead style via website-defaults (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Nov. 20, 2017, 3:24 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 | static/scss/_utilities.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/utilities.html
===================================================================
--- a/pages/utilities.html
+++ b/pages/utilities.html
@@ -25,8 +25,14 @@
<p class="text-left">Text aligned left</p>
<p class="text-start">Text aligned to the start of the container</p>
<p class="text-right">Text aligned right</p>
<p class="text-end">Text aligned to the end of the container</p>
+
+<h2 id="lead">Lead</h2>
+
+<p class="lead"> A "lead" paragraph is an emphasized introductory paragraph that is not a subtitle.</p>
+
+<p>It is typically visually emphasized, not semantically emphasized, like <code>strong</code> or <code>em</code>.</p>
ire 2017/11/27 08:46:43 This made me realise we don't have styling for <co
juliandoucette 2017/11/27 13:11:46 Yes.
« no previous file with comments | « no previous file | static/scss/_utilities.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld