X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=css%2Fslides.css;h=e32cb1075e2989c7e69965062ca489da0b3b9e44;hb=309c1da6df9319b3bcd760fd3073bafeda9faf09;hp=36ce1a2e31944fb96698b4319805f3c4c97fba77;hpb=1e5589cbb1518565f28a66bafd4882eec1d9acd5;p=chaz%2Ftalk-event-driven-programming-in-perl diff --git a/css/slides.css b/css/slides.css index 36ce1a2..e32cb10 100644 --- a/css/slides.css +++ b/css/slides.css @@ -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%; } @@ -41,3 +48,23 @@ 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; +} + +