1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Set line-height for body and code blocks in Wiki Syntax Help (#41321).

git-svn-id: https://svn.redmine.org/redmine/trunk@23116 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-10-11 08:14:54 +00:00
parent 38fe152976
commit 83ce75e844

View File

@ -16,7 +16,7 @@
font-display: swap;
}
body { font-family: "Noto Sans", sans-serif; font-size: 0.875rem; color:#333;}
body { font-family: "Noto Sans", sans-serif; font-size: 0.875rem; color:#333; line-height: 1.6;}
pre, code { font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; }
pre {
margin: 1em 1em 1em 1.6em;
@ -26,6 +26,7 @@ pre {
width: auto;
overflow-x: auto;
overflow-y: hidden;
line-height: normal;
}
a, a:link, a:visited{ color: #169; text-decoration: none; }
a:hover, a:active{ color: #c61a1a; text-decoration: underline;}