aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/resources')
-rw-r--r--core/src/main/resources/dokka/styles/style.css7
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;
}