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:
parent
d7f487ad10
commit
3508868042
@ -1 +1 @@
|
||||
0a2f021926b05cdfea4e96afaa0b8c17d68efc3a
|
||||
b52f837bc6f702d10eed49ff21cea77689f98f5c
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
3537
examples/resources/syntax/shCore.js
vendored
3537
examples/resources/syntax/shCore.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user