Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2016-11-10 22:19:56 +0300
committerRoman Reiss <me@silverwind.io>2016-11-11 23:09:20 +0300
commitbd83422a71d9abab4fa6b79013d1c75bbaaec1f0 (patch)
tree5f6760569a7d995383344234d2b74df8d760ceb0 /doc/api_assets
parentbf3e4bb324da4145863bd0dc1b64ac144a44458c (diff)
doc: fix minor style issue in code examples
I've noticed that a few of the code examples have an minor indentation issue with the first line, for example: https://nodejs.org/api/child_process.html#child_process_child_process This commit attempt to fix this issue by using the solution provided provided by silverwind and hiendv. Fixes: https://github.com/nodejs/node/issues/9381 PR-URL: https://github.com/nodejs/node/pull/9482 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to 'doc/api_assets')
-rw-r--r--doc/api_assets/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css
index 1e82464cc93..c187079a26f 100644
--- a/doc/api_assets/style.css
+++ b/doc/api_assets/style.css
@@ -274,6 +274,7 @@ pre {
pre > code {
font-size: .8em;
+ padding: 0;
}
pre + h3 {