mirror of
https://github.com/redmine/redmine.git
synced 2026-05-06 16:15:54 +02: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user