Skip to content

Commit 1da9ed5

Browse files
committed
Change text to display all installers
1 parent 05d254c commit 1da9ed5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

www/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<div id="platform-instructions-unix" class="instructions" style="display: none;">
2727
<p>Run the following in your terminal, then follow the onscreen instructions.</p>
2828
<pre>curl https://sh.rustup.rs -sSf | sh</pre>
29-
<p class="other-platforms-help">You appear to be running Unix. Click <a class="default-platform-button" href="#">here</a> to see the installer for all supported platforms.</p>
29+
<p class="other-platforms-help">You appear to be running Unix. If not, <a class="default-platform-button" href="#">display all supported installers</a>.</p>
3030
</div>
3131

3232
<div id="platform-instructions-win32" class="instructions" style="display: none;">
@@ -35,7 +35,7 @@
3535
<a class="windows-download" href="https://win.rustup.rs/i686">rustup&#x2011;init.exe</a>
3636
then follow the onscreen instructions.
3737
</p>
38-
<p class="other-platforms-help">You appear to be running Windows 32 bit. Click <a class="default-platform-button" href="#">here</a> to see the installer for all supported platforms.</p>
38+
<p class="other-platforms-help">You appear to be running Windows 32 bit. If not, <a class="default-platform-button" href="#">display all supported installers</a>.</p>
3939
</div>
4040

4141
<div id="platform-instructions-win64" class="instructions" style="display: none;">
@@ -44,7 +44,7 @@
4444
<a class="windows-download" href="https://win.rustup.rs/x86_64">rustup&#x2011;init.exe</a>
4545
then follow the onscreen instructions.
4646
</p>
47-
<p class="other-platforms-help">You appear to be running Windows 64 bit. Click <a class="default-platform-button" href="#">here</a> to see the installer for all supported platforms.</p>
47+
<p class="other-platforms-help">You appear to be running Windows 64 bit. If not, <a class="default-platform-button" href="#">display all supported installers</a>.</p>
4848
</div>
4949

5050
<div id="platform-instructions-unknown" class="instructions" style="display: none;">

www/rustup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ body#idx p {
8181
}
8282

8383
body#idx p.other-platforms-help {
84-
font-size: 16px;
84+
font-size: 0.6em;
8585
}
8686

8787
.instructions {

0 commit comments

Comments
 (0)