trying to fix SourceViewer code block CSS
This commit is contained in:
parent
721989b67b
commit
3e6e938596
1 changed files with 2 additions and 2 deletions
|
@ -1964,13 +1964,13 @@ SourceViewer
|
|||
-moz-user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
.OxSourceViewer td.OxComment code {
|
||||
.OxSourceViewer td.OxComment > code {
|
||||
padding: 1px 3px 1px 3px;
|
||||
border-radius: 2px;
|
||||
font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console, monospace;
|
||||
font-size: 11px;
|
||||
}
|
||||
.OxSourceViewer td.OxComment pre {
|
||||
.OxSourceViewer td.OxComment > pre > code {
|
||||
line-height: 16px;
|
||||
margin: 4px 0 4px 0;
|
||||
font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console, monospace;
|
||||
|
|
Loading…
Reference in a new issue