presentation: increase code block height

This commit is contained in:
Jörg Thalheim 2014-02-15 17:31:10 +01:00
parent dd020a4ac6
commit ce551a0cc9
1 changed files with 4 additions and 0 deletions

View File

@ -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">' );