presentation: increase code block height
This commit is contained in:
parent
dd020a4ac6
commit
ce551a0cc9
@ -20,6 +20,10 @@
|
||||
<!-- For syntax highlighting -->
|
||||
<link rel="stylesheet" href="lib/css/zenburn.css">
|
||||
|
||||
<style type="text/css" media="screen">
|
||||
.reveal pre code { max-height: 500px; }
|
||||
</style>
|
||||
|
||||
<!-- If the query includes 'print-pdf', use the PDF print sheet -->
|
||||
<script>
|
||||
document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
|
||||
|
Loading…
Reference in New Issue
Block a user