From 59ecedfe4943bd0df28f79a4d068388a20c95c6c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 20:41:07 -0400 Subject: Fix formatting of documentation code snippets --- doc/c/doxy-style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/c/doxy-style.css b/doc/c/doxy-style.css index b44675e..6f15ee4 100644 --- a/doc/c/doxy-style.css +++ b/doc/c/doxy-style.css @@ -208,6 +208,10 @@ dl.el { font-family: "SF Mono", Menlo, Consolas, "DejaVu Sans Mono", monospace, fixed; } +.ttc { + display: none; +} + pre.fragment { border: 1px solid #C4C4C4; background-color: #F9F9F9; -- cgit v1.2.1