##// END OF EJS Templates
Update components to fontawesome 4.1.0
Thomas Spura -
Show More
@@ -1,1 +1,1 b''
1 Subproject commit 7c07f705d4f068828fb76f74ac7d4d355aea06f9
1 Subproject commit a80ac7a2f6d045e3903d3c9e189a10cc96255b05
@@ -78,7 +78,7 b' if( window.location.search.match( /print-pdf/gi ) ) {'
78 <![endif]-->
78 <![endif]-->
79
79
80 <!-- Get Font-awesome from cdn -->
80 <!-- Get Font-awesome from cdn -->
81 <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css">
81 <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css">
82
82
83 {% for css in resources.inlining.css -%}
83 {% for css in resources.inlining.css -%}
84 <style type="text/css">
84 <style type="text/css">
@@ -200,4 +200,4 b" Reveal.addEventListener( 'slidechanged', function( event ) {"
200
200
201 {% block footer %}
201 {% block footer %}
202 </html>
202 </html>
203 {% endblock footer %} No newline at end of file
203 {% endblock footer %}
General Comments 0
You need to be logged in to leave comments. Login now