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:
authorphijohns <phillip.johnsen@finn.no>2015-10-28 22:59:02 +0300
committerRoman Reiss <me@silverwind.io>2015-10-30 00:57:03 +0300
commitd995b72db905233db399f389ee4d970837012461 (patch)
treecf93a492063200e18bdf0e354a15f5626529fb5f /doc/api_assets
parent837b17408acf0f1ddb168fdbc437ce6e8d72165a (diff)
doc: made code spans more visible in the API docs
This makes the code spans in the API docs more visible and therefore readable by adding some background color. PR-URL: https://github.com/nodejs/node/pull/3573 Reviewed-By: Evan Lucas <evanlucas@me.com> 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.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css
index d40253e5ae1..3be4c88f960 100644
--- a/doc/api_assets/style.css
+++ b/doc/api_assets/style.css
@@ -339,6 +339,8 @@ p code,
li code {
font-size: 0.9em;
color: #040404;
+ background-color: #f2f5f0;
+ padding: 0.2em 0.4em;
}
span.type {