1
0
Fork 0
forked from 0x2620/oxjs

add docco-style Ox.SourceViewer, Ox.ExamplePage and Ox.ExamplePanel, and a demo

This commit is contained in:
rolux 2012-04-04 16:59:58 +02:00
commit ef0e161ab0
16 changed files with 224002 additions and 3 deletions

View file

@ -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