Skip to content

Commit 464cbf0

Browse files
committed
index more like original. presets organized differently
1 parent 9fb08f8 commit 464cbf0

6 files changed

Lines changed: 1294 additions & 1083 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ <h2 class="ballot_title" style="margin-bottom: 0.15em;">SCORE VOTING</h2>
550550
<div id="sandbox">
551551
<div class="sim-sandbox">
552552
<h1 class="caption-test" style="margin: 30px 0 15px 0;">SANDBOX MODE! <a href="sandbox">(link to <em>just</em> this)</a></h1>
553-
<iframe src="sandbox/sandbox.html" width="1102" height="1040"" scrolling="no"></iframe>
553+
<iframe src="sandbox/sandbox_original.html" width="802" height="508" scrolling="no"></iframe>
554554
</div>
555555
<div class="words">
556556
<p>

play/css/election.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Election/Sandbox design:
1212
}
1313
#left{
1414
width:220px;
15-
padding-right: 20px;
15+
padding-right: 20px;
1616
height: 371px;
1717
}
1818
#center{
@@ -48,7 +48,7 @@ Election/Sandbox design:
4848

4949
.button-group{
5050
overflow: hidden;
51-
margin-bottom: 0px;
51+
margin-bottom: 0px;
5252
}
5353
.button-group-label{
5454
font-weight: bold;

0 commit comments

Comments
 (0)