1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-27 00:54:15 +01:00

Site: Correct documentation for ajax and small updates for site

This commit is contained in:
Allan Jardine 2013-12-19 14:04:14 +00:00
parent b2b85d13cb
commit 75d9800522
3 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
edc20b1e832030c944d854c85131b6c836828470
f2f8928dc8e063bd8cf3942b90439cc8e6f55887

View File

@ -6,8 +6,8 @@ $(document).ready( function () {
// Work around for WebKit bug 55740
var info = $('div.info');
if ( info.height() < 142 ) {
info.css( 'height', '10em' );
if ( info.height() < 158 ) {
info.css( 'height', '11em' );
}
var escapeHtml = function ( str ) {

View File

@ -379,11 +379,11 @@
}
.syntaxhighlighter table td.gutter {
width: 6% !important;
width: 46px !important; /* enough for three digits */
}
.syntaxhighlighter table td.code {
width: 94% !important;
width: auto !important;
overflow: auto !important;
}