##// END OF EJS Templates
Remove additional and conflicting highlighting css.
damianavila -
Show More
@@ -58,9 +58,6 b''
58 <link rel="stylesheet" href="{{resources.reveal.url_prefix}}/css/reveal.css">
58 <link rel="stylesheet" href="{{resources.reveal.url_prefix}}/css/reveal.css">
59 <link rel="stylesheet" href="{{resources.reveal.url_prefix}}/css/theme/simple.css" id="theme">
59 <link rel="stylesheet" href="{{resources.reveal.url_prefix}}/css/theme/simple.css" id="theme">
60
60
61 <!-- For syntax highlighting -->
62 <link rel="stylesheet" href="{{resources.reveal.url_prefix}}/lib/css/zenburn.css">
63
64 <!-- If the query includes 'print-pdf', include the PDF print sheet -->
61 <!-- If the query includes 'print-pdf', include the PDF print sheet -->
65 <script>
62 <script>
66 if( window.location.search.match( /print-pdf/gi ) ) {
63 if( window.location.search.match( /print-pdf/gi ) ) {
General Comments 0
You need to be logged in to leave comments. Login now