Skip to content

Commit

Permalink
doc: fix minor style issue in code examples
Browse files Browse the repository at this point in the history
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: #9381
  • Loading branch information
danbev committed Nov 10, 2016
1 parent fb05e31 commit bb57a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ pre {

pre > code {
font-size: .8em;
padding: 0;
}

pre + h3 {
Expand Down

0 comments on commit bb57a57

Please sign in to comment.