Skip to content

Commit

Permalink
Fix issue 527, rendering of inline code improved
Browse files Browse the repository at this point in the history
Signed-off-by: Dscano <[email protected]>
  • Loading branch information
Dscano committed Dec 26, 2024
1 parent ce784a1 commit ba93b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v1/resources/theme/p4-stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit ba93b11

Please sign in to comment.