From 47e926a8d65c03f54ae25cb745a3936db4c0629e Mon Sep 17 00:00:00 2001 From: Claudio Rodriguez Date: Tue, 19 Jan 2016 13:03:15 -0300 Subject: doc: fix type references for link gen, link css Fixes several type references in the docs so that the doc html gen tool that parses them can put the correct links in. Changes css styling for the generated type links. PR-URL: https://github.com/nodejs/node/pull/4741 Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed By: Sakthipriyan Vairamani Reviewed-By: Chris Dickinson Reviewed-By: Roman Reiss --- doc/api_assets/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/api_assets') diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index 99bed0e761..714fada4f9 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -349,8 +349,12 @@ a code { background: inherit; } -span.type { - color: #222; +span.type, a.type { + font-size: 0.9em; + padding: 0.2em 0.4em; + line-height: 1.5em; + font-family: Monaco, Consolas, "Lucida Console", monospace; + margin: 0; } #content { -- cgit v1.2.3