diff options
author | Claudio Rodriguez <cjrodr@yahoo.com> | 2016-01-19 13:03:15 -0300 |
---|---|---|
committer | Roman Reiss <me@silverwind.io> | 2016-02-09 13:12:21 +0100 |
commit | 47e926a8d65c03f54ae25cb745a3936db4c0629e (patch) | |
tree | 2180bafc55cc39e7fb5b140b24b66bfb684edd11 /doc/api_assets | |
parent | e517efafd84c8cd87d477a67c367ee9295208dec (diff) | |
download | node-new-47e926a8d65c03f54ae25cb745a3936db4c0629e.tar.gz |
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 <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Chris Dickinson <chris@neversaw.us>
Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to 'doc/api_assets')
-rw-r--r-- | doc/api_assets/style.css | 8 |
1 files changed, 6 insertions, 2 deletions
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 { |