diff options
author | Kamil Doległo <kamilok1965@interia.pl> | 2020-03-13 12:08:29 +0100 |
---|---|---|
committer | Paweł Marks <pmarks@virtuslab.com> | 2020-03-17 16:31:44 +0100 |
commit | 0b6b990d286e22bd86aef3a7e73fbfb38ffa04ef (patch) | |
tree | 0dd378bddc635d2fae2a1f91839235a144f530fe /core/src/main | |
parent | a01554561ca8d18a1cf3c94df47e4b38fae1c538 (diff) | |
download | dokka-0b6b990d286e22bd86aef3a7e73fbfb38ffa04ef.tar.gz dokka-0b6b990d286e22bd86aef3a7e73fbfb38ffa04ef.tar.bz2 dokka-0b6b990d286e22bd86aef3a7e73fbfb38ffa04ef.zip |
Add a rough draft of deprecated signatures formatting
Diffstat (limited to 'core/src/main')
-rw-r--r-- | core/src/main/resources/dokka/styles/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/main/resources/dokka/styles/style.css b/core/src/main/resources/dokka/styles/style.css index 2c97cd1f..063a9502 100644 --- a/core/src/main/resources/dokka/styles/style.css +++ b/core/src/main/resources/dokka/styles/style.css @@ -69,6 +69,10 @@ font-family: monospace; } +.strikethrough { + text-decoration: line-through; +} + .symbol { padding: 5px; background-color: #F4F4F4; |