diff options
author | Kamil Doległo <kamilok1965@interia.pl> | 2020-03-11 13:56:21 +0100 |
---|---|---|
committer | Kamil Doległo <kamilok1965@users.noreply.github.com> | 2020-03-11 14:36:37 +0100 |
commit | 356be7009f857032f87bf0e5943cdef7f1438f65 (patch) | |
tree | 3b865af714b103a10a837c86ef7bb3b25071f67a /core/src/main/resources | |
parent | 5636115aee8d13870f0d3f172667fca1b3f78276 (diff) | |
download | dokka-356be7009f857032f87bf0e5943cdef7f1438f65.tar.gz dokka-356be7009f857032f87bf0e5943cdef7f1438f65.tar.bz2 dokka-356be7009f857032f87bf0e5943cdef7f1438f65.zip |
Refactor brief documentation, remove `Parameters` block from functions' pages
Diffstat (limited to 'core/src/main/resources')
-rw-r--r-- | core/src/main/resources/dokka/styles/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; } |