1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-15 16:29:16 +01:00

Examples: Update syntax highlighter

This commit is contained in:
Allan Jardine 2013-12-19 14:02:20 +00:00
parent d7f487ad10
commit 3508868042
3 changed files with 1520 additions and 2033 deletions

View File

@ -1 +1 @@
0a2f021926b05cdfea4e96afaa0b8c17d68efc3a
b52f837bc6f702d10eed49ff21cea77689f98f5c

View File

@ -265,7 +265,6 @@
}
.syntaxhighlighter .gutter div {
color: #5C5C5C !important;
width: 20px !important;
}
.syntaxhighlighter .gutter .line.alt1, .syntaxhighlighter .gutter .line.alt2 {
background-color: white !important;
@ -375,3 +374,16 @@
*cursor: hand;
}
.syntaxhighlighter table {
table-layout: fixed !important;
}
.syntaxhighlighter table td.gutter {
width: 6% !important;
}
.syntaxhighlighter table td.code {
width: 94% !important;
overflow: auto !important;
}

File diff suppressed because one or more lines are too long