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

Unified Diff: static/scss/_content.scss

Issue 29603821: Noissue - Separated website-default utilities (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Consolidated utilities Created Dec. 8, 2017, 4:10 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') | static/scss/utilities/_text.scss » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/_content.scss
===================================================================
--- a/static/scss/_content.scss
+++ b/static/scss/_content.scss
@@ -86,16 +86,21 @@
h6
{
font-size: 0.7em;
}
/* Body content
****************************************************************************/
+ .lead
ire 2017/12/11 15:44:04 NIT: Maybe this should be under the text utilities
juliandoucette 2017/12/14 13:37:08 Agreed. Done.
+ {
+ font-size: 1.25em;
+ }
+
a,
a:visited
{
color: $accent;
}
hr
{
« no previous file with comments | « no previous file | static/scss/_utilities.scss » ('j') | static/scss/utilities/_text.scss » ('J')

Powered by Google App Engine
This is Rietveld