]> Dogcows Code - chaz/talk-event-driven-programming-in-perl/blobdiff - css/slides.css
add more slides on Future
[chaz/talk-event-driven-programming-in-perl] / css / slides.css
index 36ce1a2e31944fb96698b4319805f3c4c97fba77..accda7150bb2a4d6075ca3c9161dc01bdedee63b 100644 (file)
@@ -3,6 +3,13 @@
     background: url('../img/bluehost.png') 1100px;
 }
 
+#slide-graph-eventloop img {
+    width: 100%;
+}
+#slide-graph-reactor img {
+    width: 100%;
+}
+
 .pizza img {
     width: 70%;
 }
     font-size: 34px;
 }
 
-.ex-basicreactor .perl {
+.ex-basicreactor1 .perl {
+    font-size: 36px;
+}
+
+.ex-basicreactor2 .perl {
+    font-size: 38px;
+}
+
+.ex-asyncawait .perl {
+    font-size: 32px;
+}
+
+#slide-not-all-roses img {
+    width: 70%;
+}
+
+.ex-exceptions .perl {
+    font-size: 38px;
+}
+
+.sigpipe ul {
+    font-size: 34px;
+}
+.ex-sigpipe .perl {
+    font-size: 38px;
+}
+
+.ex-debugging .bash {
     font-size: 38px;
 }
 
+.ex-future .perl {
+    font-size: 32px;
+}
+
+.ex-future2 .perl {
+    font-size: 24px;
+}
+
This page took 0.021338 seconds and 4 git commands to generate.