aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/resources/dokka
diff options
context:
space:
mode:
authorFelix Dombek <felics_dombek@hotmail.com>2022-08-03 16:20:31 +0200
committerGitHub <noreply@github.com>2022-08-03 16:20:31 +0200
commit8356b56cbc2b76f10753e4758dbc32cba5bddf71 (patch)
tree497580acec1203e5086709f3848db19bfd945b6c /plugins/base/src/main/resources/dokka
parent256740ae75f30be7bd4f326b380f8ef2efd5d53c (diff)
downloaddokka-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.css10
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;
}