node/tools
Roman Reiss 3add7a7b9c doc: improve scrolling, various CSS tweaks
- Made scrolling of the sidebar not affect the main page by using a combination
  of overflow:hidden and overflow:scroll.
- Changed the scrollbar of the sidebar to be visible again for accessibilty
  reasons and removed the indication gradient because it was causing too much
  issues.
- In WebKit-based browsers, the scrollbar received custom styling making it
  appear to be outside of the sidebar.
- The main content is no longer limited to 702px width, but now uses all
  available space.
- Changed the background of the code blocks to a very similar, but neutral
  color and made inline blocks the same color.
- Made inline code blocks inside italic sections not italic.
- Simplified styling of api_stability classes by introducing a common class
  name for the stability levels.
- Fixed various issues related to the green hover background on links.
- Fixed code box overflow outside the main content area.
- Various minor tweaks to paddings and margins.
- Cleaned up numbers in the stylesheet, removing unnecessary units, decimals
  and empty selectors.

PR-URL: https://github.com/nodejs/node/pull/5198
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-02-14 05:46:18 +01:00
..
configure.d
doc doc: improve scrolling, various CSS tweaks 2016-02-14 05:46:18 +01:00
eslint
eslint-rules
gyp
icu
msvs tools: fix setting path containing an ampersand 2016-01-23 04:08:45 -05:00
osx-pkg.pmdoc
pkgsrc
rpm
certdata.txt
check-imports.sh
cpplint.py
create_expfile.sh
genv8constants.py
getnodeversion.py
gyp_node.py
install.py
js2c.py
license-builder.sh tools: fix license-builder.sh for ICU 2016-01-20 16:34:16 +11:00
license2rtf.js
lsan_suppressions.txt
make-v8.sh test: run v8 tests from node tree 2016-02-11 13:07:03 -05:00
Makefile
mk-ca-bundle.pl
osx-codesign.sh
osx-pkg-postinstall.sh
osx-productsign.sh
release.sh tools: add support for subkeys in release tools 2016-01-26 09:05:33 -08:00
run-valgrind.py
specialize_node_d.py
test-npm.sh
test.py
update-authors.sh
utils.py