diff options
| author | Mark Otto <[email protected]> | 2015-05-29 01:59:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-05-29 01:59:20 -0700 |
| commit | 719afd48acec27ce9f1bd71155fa3ac1a1e073f1 (patch) | |
| tree | 0c8fc701934a3f257133986b460eed3536eb9edf /docs | |
| parent | b455ed8def8c82acaabf79c74e8899ee9139b6b2 (diff) | |
| download | bootstrap-719afd48acec27ce9f1bd71155fa3ac1a1e073f1.tar.xz bootstrap-719afd48acec27ce9f1bd71155fa3ac1a1e073f1.zip | |
style the markdown toc a bit to hide the first item (the contents heading)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/scss/_layout.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/assets/scss/_layout.scss b/docs/assets/scss/_layout.scss index c102595f0..0ec7f7e99 100644 --- a/docs/assets/scss/_layout.scss +++ b/docs/assets/scss/_layout.scss @@ -78,3 +78,13 @@ } } } + + +// +// Markdown generated ToC +// + +// Hide the first child li because it's always going to be "Contents". +#markdown-toc > li:first-child { + display: none; +} |
