forked from 0x2620/oxjs
add docco-style Ox.SourceViewer, Ox.ExamplePage and Ox.ExamplePanel, and a demo
This commit is contained in:
parent
7b7bedb65a
commit
ef0e161ab0
16 changed files with 224002 additions and 3 deletions
|
|
@ -642,6 +642,19 @@ Scrollbars
|
|||
background: rgb(208, 208, 208);
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
SourceViewer
|
||||
================================================================================
|
||||
*/
|
||||
|
||||
.OxThemeClassic .OxSourceViewer .OxComment {
|
||||
border-color: rgb(208, 208, 208);
|
||||
}
|
||||
.OxThemeClassic .OxSourceViewer .OxCode {
|
||||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
SyntaxHighlighter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue