This repository was archived by the owner on Sep 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-44
lines changed Expand file tree Collapse file tree 2 files changed +5
-44
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ div.install {
147
147
text-decoration : none;
148
148
}
149
149
150
- .install -row {
151
- margin-bottom : 0 em ;
150
+ .pitch -row {
151
+ margin-bottom : 2 em ;
152
152
}
153
153
154
154
p .pitch {
@@ -170,19 +170,6 @@ p.pitch a {
170
170
font-size : 80% ;
171
171
}
172
172
173
- .install-box {
174
- color : # 777 ;
175
- text-align : right;
176
- font-size : 130% ;
177
- margin-top : 0.8em ;
178
- }
179
-
180
- .version-rec-box-inner {
181
- display : block;
182
- font-size : 12px ;
183
- text-align : center;
184
- }
185
-
186
173
hr {
187
174
margin-top : 2em ;
188
175
margin-bottom : 3em ;
@@ -206,12 +193,6 @@ hr {
206
193
list-style-type : square;
207
194
}
208
195
209
- .install-box a .btn {
210
- display : block;
211
- margin : 1em auto;
212
- max-width : 250px ;
213
- }
214
-
215
196
ul .laundry-list {
216
197
column-count : 2 ;
217
198
-moz-column-count : 2 ;
@@ -224,10 +205,6 @@ ul.laundry-list {
224
205
}
225
206
226
207
@media (min-width : 992px ) {
227
- .install-box a .btn {
228
- font-size : 18px ;
229
- padding : 10px 15px ;
230
- }
231
208
ul .laundry-list {
232
209
column-count : auto;
233
210
-moz-column-count : auto;
Original file line number Diff line number Diff line change 3
3
title: The Rust Programming Language
4
4
---
5
5
6
- < div class ="row install-row ">
6
+ < div class ="row pitch-row ">
7
+ < div class ="col-md-2 "> </ div >
7
8
< div class ="col-md-8 ">
8
9
< p class ="pitch ">
9
10
< b > Rust</ b > is a systems programming language
14
15
< b > < a href ="friends.html "> See who's using Rust.</ a > </ b >
15
16
</ p >
16
17
</ div >
17
- < div class ="col-md-4 install-box ">
18
- < span class ="version-rec-box-inner ">
19
- Recommended Version:< br >
20
- < span id ="install-version "
21
- data-type-linux ="Linux binary "
22
- data-type-windows ="Windows Installer "
23
- data-type-mac ="Mac Installer "
24
- data-type-source ="source ">
25
- {{ site.stable }}
26
- (< span > source</ span > )
27
- </ span >
28
- </ span >
29
- < a class ="btn btn-primary " id ="inst-link "
30
- href ="https://static.rust-lang.org/dist/rustc-{{ site.stable }}-src.tar.gz "> Install</ a >
31
- < a class ="btn btn-default " href ="install.html " role ="button "> Other Downloads</ a >
32
- </ div >
18
+ < div class ="col-md-2 "> </ div >
33
19
</ div >
34
20
35
21
< div class ="row code-row ">
@@ -70,6 +56,4 @@ <h2>Featuring</h2>
70
56
{ % include editor . js % }
71
57
} ) ;
72
58
} ) ;
73
-
74
- { % include set_platform . js % }
75
59
</ script >
You can’t perform that action at this time.
0 commit comments