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:
authorAnna Henningsen <anna@addaleax.net>2017-01-10 22:43:57 +0300
committerAnna Henningsen <anna@addaleax.net>2017-02-24 04:06:31 +0300
commit7cbb4b0e6e821ba851dbe038dd05794f2e69047b (patch)
treea2a54868788e9653477496f2143963aa858b8757 /doc/api_assets
parent817b28b4e4cc35aa6c3e5ad3be37aafc0b539d45 (diff)
tools,doc: enable changelogs for items
PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Italo A. Casas <me@italoacasas.com>
Diffstat (limited to 'doc/api_assets')
-rw-r--r--doc/api_assets/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css
index f45c4672af8..7889389f59b 100644
--- a/doc/api_assets/style.css
+++ b/doc/api_assets/style.css
@@ -470,6 +470,12 @@ th > *:last-child, td > *:last-child {
margin-bottom: 0;
}
+.changelog > summary {
+ margin: .5rem 0;
+ padding: .5rem 0;
+ cursor: pointer;
+}
+
/* simpler clearfix */
.clearfix:after {
content: ".";