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

Unified Diff: static/scss/_reset.scss

Issue 29588979: Issue 5651 - Set relative values for strong and small elements (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Oct. 25, 2017, 8: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/_variables.scss » ('j') | static/scss/_variables.scss » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/_reset.scss
===================================================================
--- a/static/scss/_reset.scss
+++ b/static/scss/_reset.scss
@@ -133,22 +133,22 @@
border-spacing: 0;
}
/* Normalize inline content (opinionated) */
b,
strong
{
- font-weight: $bold-weight;
+ font-weight: bolder;
}
small
{
- font-size: $small-font;
+ font-size: 80%;
ire 2017/10/26 10:11:08 Apparently the keyword `smaller` is a thing https:
juliandoucette 2017/10/26 11:25:50 Awesome! I didn't know! :)
ire 2017/10/26 12:45:27 Me neither!
}
abbr
{
text-decoration: underline;
cursor: help;
}
« no previous file with comments | « no previous file | static/scss/_variables.scss » ('j') | static/scss/_variables.scss » ('J')

Powered by Google App Engine
This is Rietveld