index.html: Expand pie-chart slides to 600px high
authorW. Trevor King <wking@tremily.us>
Fri, 17 Jan 2014 20:56:28 +0000 (12:56 -0800)
committerW. Trevor King <wking@tremily.us>
Sat, 18 Jan 2014 01:19:31 +0000 (17:19 -0800)
Which gives room to grow the pie charts to 250px.  The 600px height
matches css/reveal.css:

  .reveal .slides {
    ...
             perspective: 600px;
    ...
    }

and similar.  After the change, the pie-chart slides are the same
height as the other slides when viewed in the slide overview (press
ESC).

index.html

index de9a3ce10855257661cc9a0667b03d3f068efdd7..e51514564a52d5bc322ca1846c8f048cd63b52a8 100644 (file)
                                </section> <!-- us vs. them -->
 
                                <section> <!-- surely you're exaggerating -->
-                                       <section style="height: 500px">
+                                       <section style="height: 600px">
                                                <h3>Surely You're Exaggerating</h3>
 
                                                <ol>
                                                        </li>
                                                </ol>
                                                <canvas id="pie-hand-vs-shell"
-                                                               data-type="Pie" width="190px" height="190px"
+                                                               data-type="Pie" width="250px" height="250px"
                                                                style="position: absolute; right: 0; bottom: 0" >
                                                </canvas>
                                                <script type="text/javascript">
                                                </script>
                                        </section>
 
-                                       <section style="height: 500px">
+                                       <section style="height: 600px">
                                                <h3>Surely You're Exaggerating</h3>
 
                                                <ol start="2">
                                                        </li>
                                                </ol>
                                                <canvas id="pie-version-control"
-                                                               data-type="Pie" width="190px" height="190px"
+                                                               data-type="Pie" width="250px" height="250px"
                                                                style="position: absolute; right: 0; bottom: 0" >
                                                </canvas>
                                                <script type="text/javascript">
                                                </script>
                                        </section>
 
-                                       <section style="height: 500px">
+                                       <section style="height: 600px">
                                                <h3>Surely You're Exaggerating</h3>
 
                                                <ol start="3">
                                                        </li>
                                                </ol>
                                                <canvas id="pie-modular"
-                                                               data-type="Pie" width="190px" height="190px"
+                                                               data-type="Pie" width="250px" height="250px"
                                                                style="position: absolute; right: 0; bottom: 0" >
                                                </canvas>
                                                <script type="text/javascript">
                                                </script>
                                        </section>
 
-                                       <section style="height: 500px">
+                                       <section style="height: 600px">
                                                <h3>Surely You're Exaggerating</h3>
 
                                                <ol start="3">
                                                        </li>
                                                </ol>
                                                <canvas id="pie-understand-modular"
-                                                               data-type="Pie" width="190px" height="190px"
+                                                               data-type="Pie" width="250px" height="250px"
                                                                style="position: absolute; right: 0; bottom: 0" >
                                                </canvas>
                                                <script type="text/javascript">