Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2302)

Unified Diff: chrome/common/extensions/docs/static/sass/_typography.scss

Issue 269983002: CSS tweaks for typography and rendering of code-related text. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/static/sass/_html.scss ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/static/sass/_typography.scss
diff --git a/chrome/common/extensions/docs/static/sass/_typography.scss b/chrome/common/extensions/docs/static/sass/_typography.scss
index b22516848b8247613b3b6ad167573262c83e4da4..ebb70352f6d2a6082e0fe07b477ff1995e458a1a 100644
--- a/chrome/common/extensions/docs/static/sass/_typography.scss
+++ b/chrome/common/extensions/docs/static/sass/_typography.scss
@@ -114,6 +114,10 @@ footer[role="contentinfo"] {
}
}
+em {
+ padding-right: 2px; /* "kerning" adjustment */
+}
+
img {
vertical-align: middle;
}
@@ -148,6 +152,10 @@ pre {
//font-size: $monospace-font-size;
}
+a > code {
+ color: $link-color;
+}
+
pre {
margin: 2em 0;
word-wrap: break-word;
« no previous file with comments | « chrome/common/extensions/docs/static/sass/_html.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698