diff options
author | Felix Dombek <felics_dombek@hotmail.com> | 2022-08-03 16:20:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 16:20:31 +0200 |
commit | 8356b56cbc2b76f10753e4758dbc32cba5bddf71 (patch) | |
tree | 497580acec1203e5086709f3848db19bfd945b6c /plugins/base/src/main/resources/dokka | |
parent | 256740ae75f30be7bd4f326b380f8ef2efd5d53c (diff) | |
download | dokka-8356b56cbc2b76f10753e4758dbc32cba5bddf71.tar.gz dokka-8356b56cbc2b76f10753e4758dbc32cba5bddf71.tar.bz2 dokka-8356b56cbc2b76f10753e4758dbc32cba5bddf71.zip |
Fix spelling error 'depenent' (#2594)
Co-authored-by: Felix Dombek <Felix.Dombek@tomtom.com>
Diffstat (limited to 'plugins/base/src/main/resources/dokka')
-rw-r--r-- | plugins/base/src/main/resources/dokka/styles/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index 7e9761a6..a2b2c995 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -204,18 +204,18 @@ html ::-webkit-scrollbar-thumb { flex-direction: column; } -.cover .platform-hinted.with-platform-tabs .sourceset-depenent-content > .block ~ .symbol { +.cover .platform-hinted.with-platform-tabs .sourceset-dependent-content > .block ~ .symbol { padding-top: 16px; padding-left: 0; } -.cover .sourceset-depenent-content > .block { +.cover .sourceset-dependent-content > .block { padding: 16px 0; font-size: 18px; line-height: 28px; } -.cover .platform-hinted.with-platform-tabs .sourceset-depenent-content > .block { +.cover .platform-hinted.with-platform-tabs .sourceset-dependent-content > .block { padding: 0; font-size: var(--default-font-size); } @@ -977,8 +977,8 @@ td.content { padding-bottom: 8px; } -.table-row .with-platform-tabs .sourceset-depenent-content .brief, -.table-row .with-platform-tabs .sourceset-depenent-content .inline-comment { +.table-row .with-platform-tabs .sourceset-dependent-content .brief, +.table-row .with-platform-tabs .sourceset-dependent-content .inline-comment { padding: 8px; } |