mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-19 10:02:04 +00: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:
parent
64c11941d2
commit
774e8b1d44
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user