mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-23 21:54:41 +00:00
style the markdown toc a bit to hide the first item (the contents heading)
This commit is contained in:
parent
b455ed8def
commit
719afd48ac
1 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue