##// END OF EJS Templates
Merge pull request #7450 from damianavila/remove_zenburn...
Min RK -
r19912:e0eaab3a merge
parent child Browse files
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 ) ) {
@@ -102,6 +99,9 b' html {'
102 font-size: 80%;
99 font-size: 80%;
103 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
100 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
104 }
101 }
102 .reveal pre code {
103 padding: 0px;
104 }
105 .reveal section img {
105 .reveal section img {
106 border: 0px solid black;
106 border: 0px solid black;
107 box-shadow: 0 0 10px rgba(0, 0, 0, 0);
107 box-shadow: 0 0 10px rgba(0, 0, 0, 0);
General Comments 0
You need to be logged in to leave comments. Login now