update SourceViewer CSS
This commit is contained in:
parent
9c20602324
commit
8104a9100e
1 changed files with 3 additions and 3 deletions
|
@ -1955,7 +1955,7 @@ SourceViewer
|
|||
.OxSourceViewer td {
|
||||
vertical-align: top;
|
||||
}
|
||||
.OxSourceViewer .OxComment {
|
||||
.OxSourceViewer td.OxComment {
|
||||
padding: 4px 8px 4px 8px;
|
||||
border-right-width: 1px;
|
||||
border-right-style: solid;
|
||||
|
@ -1964,13 +1964,13 @@ SourceViewer
|
|||
-moz-user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
.OxSourceViewer .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 .OxComment pre {
|
||||
.OxSourceViewer td.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;
|
||||
|
|
Loading…
Reference in a new issue