We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a9be0 commit d0cd185Copy full SHA for d0cd185
site/static/compare.html
@@ -46,7 +46,6 @@ <h3>Cache states</h3>
46
the addition of a `println!` macro somewhere in the source code.</li>
47
</ul>
48
</div>
49
- <div id="content" style="display: none"></div>
50
<form id="settings" action="">
51
<fieldset id="commits">
52
<legend>Commits</legend>
@@ -60,6 +59,7 @@ <h3>Cache states</h3>
60
59
</select><br>
61
<input type="submit" value="Submit" onclick="submit_settings(); return false;">
62
</form>
+ <div id="content" style="display: none; margin-top: 15px"></div>
63
<br>
64
<div id="as-of"></div>
65
<a href="https://github.com/rust-lang-nursery/rustc-perf">
0 commit comments