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

Unified Diff: static/scss/_reset.scss

Issue 29762617: Fixes eyeo/websites/help.eyeo.com#31 - Added i and em styles to reset (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created April 26, 2018, 12:45 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 | no next file » | no next file with comments »
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
@@ -130,16 +130,22 @@
table
{
border-collapse: collapse;
border-spacing: 0;
}
/* Normalize inline content (opinionated) */
+i,
+em
+{
+ font-style: italic;
+}
+
b,
strong
{
font-weight: bolder;
}
small
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld