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

Fixes 'Unexpected duplicate selector "table th"' in wiki_syntax.css (#30069).

git-svn-id: https://svn.redmine.org/redmine/trunk@23285 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-11-16 09:55:24 +00:00
parent 1ba92ba3e0
commit ccafd65672

View File

@ -23,8 +23,9 @@
h1 { font-family: var(--fonts-main); font-size: 0.875rem; text-align: center; color: #444; }
body { font-family: var(--fonts-main); font-size: 0.75rem; color: #444; }
pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; }
table th { padding-top: 1em; }
table th {
padding-top: 1em;
img {
border: 1px solid #bbb;
opacity: 0.7;