Commit aaf41ea4 authored by David Schnur's avatar David Schnur

Fix placeholders for examples with other content.

After shrinking the global example placeholder size, ones with
additional content within the demo area needed to be tweaked
individually, to prevent the other content from wrapping down or
extending off the side of the container.
parent b475c721
......@@ -12,13 +12,13 @@
}
#placeholder {
width: 600px;
width: 550px;
}
#menu {
position: absolute;
top: 20px;
left: 675px;
left: 625px;
bottom: 20px;
right: 20px;
width: 200px;
......
......@@ -103,7 +103,7 @@
<div id="content">
<div class="demo-container">
<div id="placeholder" class="demo-placeholder" style="float:left; width:725px;"></div>
<div id="placeholder" class="demo-placeholder" style="float:left; width:675px;"></div>
<p id="choices" style="float:right; width:135px;"></p>
</div>
......
......@@ -128,7 +128,7 @@
<div id="content">
<div class="demo-container">
<div id="placeholder" class="demo-placeholder" style="float:left; width:700px;"></div>
<div id="placeholder" class="demo-placeholder" style="float:left; width:650px;"></div>
<div id="overview" class="demo-placeholder" style="float:right;width:160px; height:125px;"></div>
</div>
......
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