1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00

Syntax: Remove debug and add nice Source Code Pro font

Markdown - Allow inline code comment of `dt-tag etc
This commit is contained in:
Allan Jardine 2013-12-19 14:02:33 +00:00
parent 3508868042
commit c4e10c3de6
3 changed files with 2 additions and 5 deletions

View File

@ -1 +1 @@
b52f837bc6f702d10eed49ff21cea77689f98f5c
5bcf2b4b7c715963c5fa9d94c364c786e26e1658

View File

@ -44,7 +44,7 @@
vertical-align: baseline !important;
width: auto !important;
box-sizing: content-box !important;
font-family: "Consolas","Monaco","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
font-family: "Source Code Pro","Consolas","Monaco","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
font-weight: normal !important;
font-style: normal !important;
font-size: 1em !important;

View File

@ -256,7 +256,6 @@ var sh = {
conf = sh.config,
result = []
;
console.log( elements );
// support for <SCRIPT TYPE="syntaxhighlighter" /> feature
if (conf.useScriptTags)
@ -301,8 +300,6 @@ var sh = {
conf = sh.config
;
console.log( 'elements', elements );
if (elements.length === 0)
return;