From 2eccabcf8ccf8d68aea71accfc8fdc2d978f55eb Mon Sep 17 00:00:00 2001 From: David Schnur Date: Thu, 24 Jan 2013 21:38:25 -0600 Subject: [PATCH] Generalize placeholder styles. Give any direct child of demo-containre the same style, so it can be used for both #placeholder and #overview. --- examples/examples.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/examples.css b/examples/examples.css index ab356c2..dd69436 100644 --- a/examples/examples.css +++ b/examples/examples.css @@ -75,7 +75,7 @@ input { -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1); } -#placeholder { +.demo-container > div { width: 100%; height: 100%; font-size: 14px;