1
0
Fork 0
forked from 0x2620/oxjs

some improvements to syntax highlighter

This commit is contained in:
rolux 2011-05-08 22:38:51 +02:00
commit 30ebbee085
5 changed files with 76 additions and 64 deletions

View file

@ -421,6 +421,9 @@ SyntaxHighlighter
.OxThemeClassic .OxSourceCode .OxTab {
color: rgb(192, 192, 192);
}
.OxThemeClassic .OxSourceCode .OxWhitespace {
color: rgb(192, 192, 192);
}
.OxThemeClassic .OxSourceCode .OxWhitespace.OxLeading,
.OxThemeClassic .OxSourceCode .OxWhitespace.OxTrailing {
background: rgb(255, 128, 128);