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)
commitd955c4f38bfb145c2538339bfad9ab6c556c8635
tree765fc92145b084c5d537087fd8afbeef50347062
parentdfc350608f210efe6cc452c7c65c4771e76ba4fe
index.html: Expand pie-chart slides to 600px high

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