Browse Source

doc: fix <code> inside stability boxes

Fixes: https://github.com/nodejs/node/issues/9714
PR-URL: https://github.com/nodejs/node/pull/9723
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
v6
Roman Reiss 8 years ago
parent
commit
245a92894b
No known key found for this signature in database GPG Key ID: 2E62B41C93869443
  1. 5
      doc/api_assets/style.css

5
doc/api_assets/style.css

@ -362,6 +362,11 @@ tt, code {
padding: .1em .3em;
}
.api_stability code {
background: rgba(0, 0, 0, .1);
padding: .1em .3em;
}
a code {
color: inherit;
background: inherit;

Loading…
Cancel
Save