From 444486f5dfd233c26403801ada2eafc3a5d62df0 Mon Sep 17 00:00:00 2001 From: bjoern Date: Sat, 4 Sep 2021 17:10:05 +0200 Subject: [PATCH] better readable code fragments on c.delta.chat (#2647) * better readable code fragments on c.delta.chat * make it even a bit nicer --- deltachat-ffi/Doxyfile.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/deltachat-ffi/Doxyfile.css b/deltachat-ffi/Doxyfile.css index e518f2d1c..9ff6816ed 100644 --- a/deltachat-ffi/Doxyfile.css +++ b/deltachat-ffi/Doxyfile.css @@ -4,4 +4,16 @@ div.fragment { background-color: #e0e0e0; border: 0; padding: 1em; + border-radius: 6px; } + +code { + background-color: #e0e0e0; + padding-left: .5em; + padding-right: .5em; + border-radius: 6px; +} + +li { + margin-bottom: .5em; +} \ No newline at end of file