##// END OF EJS Templates
Added (to full_html and reveal templates) the possbility to read a custom.css file for tweaking the final html.
damianavila -
Show More
@@ -28,6 +28,9 b' pre {'
28 }
28 }
29 </style>
29 </style>
30
30
31 <!-- Custom stylesheet, it must be in the same directory as the html file -->
32 <link rel="stylesheet" href="custom.css">
33
31 <script src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript">
34 <script src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript">
32
35
33 </script>
36 </script>
@@ -85,6 +85,10 b' div.output_prompt {'
85 text-align: inherit;
85 text-align: inherit;
86 }
86 }
87 </style>
87 </style>
88
89 <!-- Custom stylesheet, it must be in the same directory as the html file -->
90 <link rel="stylesheet" href="custom.css">
91
88 </head>
92 </head>
89 {% endblock header%}
93 {% endblock header%}
90
94
General Comments 0
You need to be logged in to leave comments. Login now