css update (code in example page comments)
This commit is contained in:
parent
924a0532c2
commit
27d37ea601
1 changed files with 9 additions and 1 deletions
|
@ -1964,11 +1964,19 @@ SourceViewer
|
|||
-moz-user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
.OxSourceViewer .OxComment pre {
|
||||
.OxSourceViewer .OxComment code {
|
||||
padding: 1px 3px 1px 3px;
|
||||
border-radius: 2px;
|
||||
background: rgb(255, 255, 255);
|
||||
font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console, monospace;
|
||||
font-size: 11px;
|
||||
box-shadow: 0 0 1px rgb(160, 160, 160);
|
||||
}
|
||||
.OxSourceViewer .OxComment pre {
|
||||
line-height: 16px;
|
||||
margin: 4px 0 4px 0;
|
||||
font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console, monospace;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue