From f48bffb05efcfd03cf72189ab13472c196f2a948 Mon Sep 17 00:00:00 2001 From: Błażej Kardyś Date: Wed, 11 Mar 2020 15:23:41 +0100 Subject: Fixing signatures font, incorrect links and line breaking --- core/src/main/kotlin/pages/ContentNodes.kt | 6 +++--- core/src/main/resources/dokka/styles/style.css | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'core/src') diff --git a/core/src/main/kotlin/pages/ContentNodes.kt b/core/src/main/kotlin/pages/ContentNodes.kt index 414fac4a..eeefc3b9 100644 --- a/core/src/main/kotlin/pages/ContentNodes.kt +++ b/core/src/main/kotlin/pages/ContentNodes.kt @@ -26,8 +26,8 @@ data class ContentText( } data class ContentBreakLine( - override val dci: DCI, override val platforms: Set, + override val dci: DCI = DCI(emptySet(), ContentKind.Empty), override val style: Set