Skip to content

Commit db0fb82

Browse files
0xPoedjc
authored andcommitted
chore: remove the old pitch first
Signed-off-by: Rustin170506 <tech@rustin.me>
1 parent 1f97744 commit db0fb82

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

www/index.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
click or press "n" to cycle platforms
2020
</a>
2121

22-
<p id="pitch">
23-
<em>rustup</em> is an installer for<br/>
24-
the systems programming language
25-
<a href="https://www.rust-lang.org">Rust</a>
26-
</p>
27-
2822
<div id="platform-instructions-unix" class="instructions display-none">
2923
<p>Run the following in your terminal, then follow the onscreen instructions.</p>
3024
<div class="copy-container">

www/rustup.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ pre {
4545
font-weight: 400;
4646
}
4747

48-
body#idx #pitch > a {
49-
font-weight: 500;
50-
line-height: 2em;
51-
}
52-
5348
a {
5449
color: #428bca;
5550
text-decoration: none;
@@ -66,15 +61,6 @@ body#idx > * {
6661
width: 35em;
6762
}
6863

69-
body#idx > #pitch {
70-
width: 35rem;
71-
}
72-
73-
#pitch em {
74-
font-style: normal;
75-
font-weight: 400;
76-
}
77-
7864
body#idx p {
7965
margin-top: 2em;
8066
margin-bottom: 2em;

0 commit comments

Comments
 (0)