From 356be7009f857032f87bf0e5943cdef7f1438f65 Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Wed, 11 Mar 2020 13:56:21 +0100 Subject: Refactor brief documentation, remove `Parameters` block from functions' pages --- core/src/main/resources/dokka/styles/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'core/src/main/resources') diff --git a/core/src/main/resources/dokka/styles/style.css b/core/src/main/resources/dokka/styles/style.css index 9aa2eb10..5284364b 100644 --- a/core/src/main/resources/dokka/styles/style.css +++ b/core/src/main/resources/dokka/styles/style.css @@ -101,6 +101,13 @@ td:first-child { font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal; } +.brief { + width: 40vw; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + h1, h2, h3, h4, h5, h6 { color:#222; } -- cgit