Skip to content

Commit d0cd185

Browse files
committed
move the stat selector UI above the content
1 parent f6a9be0 commit d0cd185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/static/compare.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ <h3>Cache states</h3>
4646
the addition of a `println!` macro somewhere in the source code.</li>
4747
</ul>
4848
</div>
49-
<div id="content" style="display: none"></div>
5049
<form id="settings" action="">
5150
<fieldset id="commits">
5251
<legend>Commits</legend>
@@ -60,6 +59,7 @@ <h3>Cache states</h3>
6059
</select><br>
6160
<input type="submit" value="Submit" onclick="submit_settings(); return false;">
6261
</form>
62+
<div id="content" style="display: none; margin-top: 15px"></div>
6363
<br>
6464
<div id="as-of"></div>
6565
<a href="https://github.com/rust-lang-nursery/rustc-perf">

0 commit comments

Comments
 (0)