From b475c7219e9674f2c00a14541bdee5ed7cbddfeb Mon Sep 17 00:00:00 2001 From: David Schnur Date: Sat, 2 Feb 2013 09:46:14 -0500 Subject: [PATCH] Slightly reduce placeholder and header sizes. The smaller size ensures that the example plots remain fully visible on more of our most common visitor screen resolutions. --- examples/examples.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/examples.css b/examples/examples.css index ef7bb50..ca97b2e 100644 --- a/examples/examples.css +++ b/examples/examples.css @@ -45,7 +45,7 @@ input[type=checkbox] { #header h2 { margin-left: 10px; vertical-align: middle; - font-size: 48px; + font-size: 42px; font-weight: bold; text-decoration: none; color: #000; @@ -67,8 +67,8 @@ input[type=checkbox] { .demo-container { box-sizing: border-box; - width: 900px; - height: 500px; + width: 850px; + height: 450px; padding: 20px 15px 15px 15px; margin: 15px auto 30px auto; border: 1px solid #ddd;