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

@ -1455,23 +1455,24 @@ SyntaxHightlighter
*/
.OxSyntaxHighlighter > div {
display: table-cell;
padding: 4px;
font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console;
//line-height: 14px;
}
.OxSyntaxHighlighter > .OxLineNumbers {
padding: 4px;
text-align: right;
-moz-user-select: none;
-webkit-user-select: none;
}
.OxSyntaxHighlighter > .OxSourceCode {
padding: 4px;
white-space: nowrap;
-moz-user-select: text;
-webkit-user-select: text;
}
.OxSyntaxHighlighter > .OxSourceCode .OxLinebreak {
-moz-user-select: none;
-webkit-user-select: none;
//-moz-user-select: none;
//-webkit-user-select: none;
}
/*