mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Docs: don't reformat embedded gists
This commit is contained in:
parent
d4d1da391e
commit
931e4c1bae
@ -56,6 +56,10 @@
|
||||
.output-type {
|
||||
width: 80px;
|
||||
}
|
||||
pre {
|
||||
/* override bootstrap setting */
|
||||
overflow-y: hidden !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- Tablesorter: required -->
|
||||
|
@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
// apply to already pre-formatted blocks to add <br> for IE
|
||||
$('pre:not(.mod)').each(function(){
|
||||
$('pre.prettyprint:not(.mod)').each(function(){
|
||||
$t = $(this);
|
||||
$t.html( cleanupCode( $t.html() ) );
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user