mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Docs: add CSS to improve left-hand nav nesting
This commit is contained in:
parent
9c20ae383e
commit
1999c7103c
@ -8,6 +8,7 @@ test
|
|||||||
.travis.yml
|
.travis.yml
|
||||||
appveyor.yml
|
appveyor.yml
|
||||||
mkdocs.yml
|
mkdocs.yml
|
||||||
|
docs/css/
|
||||||
vendor
|
vendor
|
||||||
.prebuildrc
|
.prebuildrc
|
||||||
.nyc_output
|
.nyc_output
|
||||||
|
5
docs/css/extra.css
Normal file
5
docs/css/extra.css
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
/* Nest document subheadings in navigation */
|
||||||
|
ul.subnav ul:not(.subnav) {
|
||||||
|
padding-left: 2em;
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
@ -5,6 +5,8 @@ site_description: High performance Node.js image processing, the fastest module
|
|||||||
copyright: <a href="https://pixelplumbing.com/">pixelplumbing.com</a>
|
copyright: <a href="https://pixelplumbing.com/">pixelplumbing.com</a>
|
||||||
google_analytics: ['UA-13034748-12', 'sharp.pixelplumbing.com']
|
google_analytics: ['UA-13034748-12', 'sharp.pixelplumbing.com']
|
||||||
theme: readthedocs
|
theme: readthedocs
|
||||||
|
extra_css:
|
||||||
|
- css/extra.css
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- toc:
|
- toc:
|
||||||
permalink: True
|
permalink: True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user