##// END OF EJS Templates
Fixed fontsize issue and added missing require and jquery from cdn.
damianavila -
Show More
@@ -45,6 +45,9 b''
45
45
46 <title>{{resources['metadata']['name']}} slides</title>
46 <title>{{resources['metadata']['name']}} slides</title>
47
47
48 <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
49 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
50
48 <!-- General and theme style sheets -->
51 <!-- General and theme style sheets -->
49 <link rel="stylesheet" href="{{resources.reveal.url_prefix}}/css/reveal.css">
52 <link rel="stylesheet" href="{{resources.reveal.url_prefix}}/css/reveal.css">
50 <link rel="stylesheet" href="{{resources.reveal.url_prefix}}/css/theme/simple.css" id="theme">
53 <link rel="stylesheet" href="{{resources.reveal.url_prefix}}/css/theme/simple.css" id="theme">
@@ -107,6 +110,9 b' html {'
107 div.input_area {
110 div.input_area {
108 padding: 0.06em;
111 padding: 0.06em;
109 }
112 }
113 div.input_area>div.highlight>pre {
114 font-size: 80%;
115 }
110 div.code_cell {
116 div.code_cell {
111 background-color: transparent;
117 background-color: transparent;
112 }
118 }
General Comments 0
You need to be logged in to leave comments. Login now