diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2022-08-05 13:25:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 13:25:55 +0200 |
commit | efed96e969d8f5afe21197805851aca65ceb643a (patch) | |
tree | a848d331d8db45393452c704ccaf17e704b062eb /plugins/base/src/main/resources | |
parent | 7b020f000aa7ea868d5d3037e68eaec621ef9972 (diff) | |
download | dokka-efed96e969d8f5afe21197805851aca65ceb643a.tar.gz dokka-efed96e969d8f5afe21197805851aca65ceb643a.tar.bz2 dokka-efed96e969d8f5afe21197805851aca65ceb643a.zip |
Add a distinct divider between function/property overloads (#2585)
Diffstat (limited to 'plugins/base/src/main/resources')
-rw-r--r-- | plugins/base/src/main/resources/dokka/styles/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index 50125756..989b54b8 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -115,6 +115,11 @@ html ::-webkit-scrollbar-thumb { margin-right: var(--horizontal-spacing-for-content); } +.main-content .content > hr { + margin: 30px 0; + border-top: 3px double #8c8b8b; +} + .navigation-wrapper { display: flex; flex-wrap: wrap; |