diff options
author | Roman Reiss <me@silverwind.io> | 2016-01-11 16:27:03 +0100 |
---|---|---|
committer | James M Snell <jasnell@gmail.com> | 2016-01-11 09:49:56 -0800 |
commit | d157976ceca56662bd7dc512f88af5605a540781 (patch) | |
tree | 7b05fec36e4ea898ca0a6cb51d5cf4702bf5a7e7 /doc/template.html | |
parent | ce9c93cac036f6ad702f939270ff5e137da41404 (diff) | |
download | node-new-d157976ceca56662bd7dc512f88af5605a540781.tar.gz |
doc: update stylesheet to match frontpage
- Changed colors to match frontpage as close as possible.
- Links are slightly more horizontally padded as compared before to
accomodate for the hover effect.
- Slightly reduced the scroll indication height on the TOC.
- The main content is now offset using margin instead of the previous
border hack.
- remove empty footer that was rendering a dark bar on the bottom of
each page without any content.
PR-URL: https://github.com/nodejs/node/pull/4621
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Diffstat (limited to 'doc/template.html')
-rw-r--r-- | doc/template.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/template.html b/doc/template.html index f9f27d0dc2..dec3f50670 100644 --- a/doc/template.html +++ b/doc/template.html @@ -42,9 +42,6 @@ </div> </div> </div> - <div id="footer"> - </div> - <script src="assets/sh_main.js"></script> <script src="assets/sh_javascript.min.js"></script> <script>highlight(undefined, undefined, 'pre');</script> |