theme: reduce margin for children shortcode #130

This commit is contained in:
Sören Weber 2021-10-31 10:31:22 +01:00
parent 9e5f38f5ae
commit 3f18e50626
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
2 changed files with 34 additions and 3 deletions

27
shortcodes.txt Normal file
View file

@ -0,0 +1,27 @@
https://github.com/gohugoio/hugo/tree/master/docs/layouts/shortcodes
https://github.com/spf13/spf13.com/tree/master/layouts/shortcodes
https://getshortcodes.com/docs-category/shortcodes/
https://docport.netlify.app/shortcodes/
https://github.com/parsiya/Hugo-Shortcodes#codecaption-codecaptionhtml
https://docdock.netlify.app/original/shortcodes
Light tabs
https://istio.io/latest/docs/releases/contribute/shortcodes/
Nice buttons
https://www.axiomtheme.com/docs/shortcodes/
Swagger und anderes interessantes Zeug
https://www.docsy.dev/docs/adding-content/shortcodes/
Protobuf Shortcode
https://github.com/solo-io/hugo-theme-soloio
Nice theme
https://sphinx-rtd-theme.readthedocs.io/en/stable/
Hugo shortcodes
https://github.com/gohugoio/hugo/tree/master/docs/layouts/shortcodes

View file

@ -584,9 +584,13 @@ div.attachments.neutral > div.label {
margin-bottom: 0px;
padding-bottom: 0px;
}
.children h3,.children h2 {
margin-bottom: 0px;
margin-top: 5px;
#body-inner .children h2,
#body-inner .children h3,
#body-inner .children h4,
#body-inner .children h5,
#body-inner .children h6 {
margin-bottom: 0rem;
margin-top: 1rem;
}
#body-inner ul.children-h2,
#body-inner ul.children-h3,