Commit 2eccabcf authored by David Schnur's avatar David Schnur

Generalize placeholder styles.

Give any direct child of demo-containre the same style, so it can be
used for both #placeholder and #overview.
parent eeb1b9df
...@@ -75,7 +75,7 @@ input { ...@@ -75,7 +75,7 @@ input {
-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1); -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
} }
#placeholder { .demo-container > div {
width: 100%; width: 100%;
height: 100%; height: 100%;
font-size: 14px; font-size: 14px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment