mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Visually distinguishable style for inline code (#31343).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18170 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1198,6 +1198,12 @@ div.wiki pre {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
div.wiki *:not(pre)>code, div.wiki>code {
|
||||
background: rgba(62, 91, 118, 0.08);
|
||||
padding: 0.1em 0.1em;
|
||||
border-radius: 0.1em;
|
||||
}
|
||||
|
||||
div.wiki ul.toc {
|
||||
background-color: #ffffdd;
|
||||
border: 1px solid #e4e4e4;
|
||||
|
||||
Reference in New Issue
Block a user