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

Change CSS font-size units from px to rem in wiki_syntax.css (#2499).

git-svn-id: https://svn.redmine.org/redmine/trunk@23136 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-10-17 00:59:11 +00:00
parent 133bb389ee
commit 20ee60da05

View File

@ -16,8 +16,8 @@
font-display: swap;
}
h1 { font-family: "Noto Sans", sans-serif; font-size: 14px; text-align: center; color: #444; }
body { font-family: "Noto Sans", sans-serif; font-size: 12px; color: #444; }
h1 { font-family: "Noto Sans", sans-serif; font-size: 0.875rem; text-align: center; color: #444; }
body { font-family: "Noto Sans", sans-serif; font-size: 0.75rem; color: #444; }
pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; }
table th { padding-top: 1em; }
table th {
@ -34,7 +34,7 @@ table th {
&:before {
content: "pre";
font-size: 10px;
font-size: 0.625rem;
color: #666;
}
}