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

Unified Diff: static/scss/_content.scss

Issue 29684561: Noissue - Use monospace font for code elements (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Add style to pre element Created Jan. 31, 2018, 11:35 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
« 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/_content.scss
===================================================================
--- a/static/scss/_content.scss
+++ b/static/scss/_content.scss
@@ -163,9 +163,15 @@
/* undo browser default (opinionated)*/
font-weight: $bold-weight;
}
dd
{
margin: 0.25em 0em 1em 0em;
}
+
+ pre,
+ code
+ {
+ font-family: monospace;
+ }
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld