Show More
@@ -30,6 +30,9 b' document.write( \'<link rel="stylesheet" href="{{resources.reveal.url_prefix}}/cs' | |||
|
30 | 30 | <script src="{{resources.reveal.url_prefix}}/lib/js/html5shiv.js"></script> |
|
31 | 31 | <![endif]--> |
|
32 | 32 | |
|
33 | <!-- Get Font-awesome from cdn --> | |
|
34 | <link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css"> | |
|
35 | ||
|
33 | 36 | {% for css in resources.inlining.css -%} |
|
34 | 37 | <style type="text/css"> |
|
35 | 38 | {{ css }} |
@@ -56,6 +59,11 b' html {' | |||
|
56 | 59 | border: 0px solid black; |
|
57 | 60 | box-shadow: 0 0 10px rgba(0, 0, 0, 0); |
|
58 | 61 | } |
|
62 | .reveal i { | |
|
63 | font-style: normal; | |
|
64 | font-family: FontAwesome; | |
|
65 | font-size: 2em; | |
|
66 | } | |
|
59 | 67 | .reveal .slides { |
|
60 | 68 | text-align: left; |
|
61 | 69 | } |
General Comments 0
You need to be logged in to leave comments.
Login now