From ba93b11063b4c057fd02dcb1ca5d6e5d40ff7a17 Mon Sep 17 00:00:00 2001 From: Dscano Date: Thu, 26 Dec 2024 13:35:15 +0000 Subject: [PATCH] Fix issue 527, rendering of inline code improved Signed-off-by: Dscano --- docs/v1/resources/theme/p4-stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v1/resources/theme/p4-stylesheet.css b/docs/v1/resources/theme/p4-stylesheet.css index 6277012b..503a530a 100644 --- a/docs/v1/resources/theme/p4-stylesheet.css +++ b/docs/v1/resources/theme/p4-stylesheet.css @@ -47,7 +47,7 @@ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } mark { background: #ff0; color: #000; } /** Correct font family set oddly in Safari 5 and Chrome. */ -code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } +code, kbd, pre, samp { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size:12px; } /** Improve readability of pre-formatted text in all browsers. */ pre { white-space: pre-wrap; }