##// END OF EJS Templates
Merge pull request #3581 from damianavila/custom_css...
Matthias Bussonnier -
r11264:4f92707e merge
parent child Browse files
Show More
@@ -28,6 +28,9 b' pre {'
28 28 }
29 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 34 <script src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript">
32 35
33 36 </script>
@@ -85,6 +85,10 b' div.output_prompt {'
85 85 text-align: inherit;
86 86 }
87 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 92 </head>
89 93 {% endblock header%}
90 94
General Comments 0
You need to be logged in to leave comments. Login now