File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,6 @@ <h2>An installer for the systems programming language <a href="https://www.rust-
129
129
</ div >
130
130
131
131
<!-- duplicate the default cross-platform instructions -->
132
- < div >
133
132
< p > If you are running Unix,< br /> run the following in your terminal, then follow the onscreen instructions.</ p >
134
133
< div class ="copy-container ">
135
134
< pre class ="rustup-command "> curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</ pre >
@@ -142,7 +141,6 @@ <h2>An installer for the systems programming language <a href="https://www.rust-
142
141
< div id ="copy-status-message-unknown " class ="copy-button-text "> Copied!</ div >
143
142
</ button >
144
143
</ div >
145
- </ div >
146
144
147
145
< hr />
148
146
@@ -177,7 +175,6 @@ <h2>An installer for the systems programming language <a href="https://www.rust-
177
175
</ div >
178
176
179
177
< div id ="platform-instructions-default " class ="instructions ">
180
- < div >
181
178
< p > To install Rust, if you are running Unix,< br /> run the following
182
179
in your terminal, then follow the onscreen instructions.</ p >
183
180
< div class ="copy-container ">
@@ -191,7 +188,6 @@ <h2>An installer for the systems programming language <a href="https://www.rust-
191
188
< div id ="copy-status-message-default " class ="copy-button-text "> Copied!</ div >
192
189
</ button >
193
190
</ div >
194
- </ div >
195
191
196
192
< hr />
197
193
Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ body#idx p.other-platforms-help {
115
115
}
116
116
117
117
.instructions > * {
118
- width : 45rem ;
119
118
margin-left : auto;
120
119
margin-right : auto;
121
120
}
132
131
# platform-instructions-win-arm64 > p ,
133
132
# platform-instructions-default > p ,
134
133
# platform-instructions-unknown > p {
135
- width : 40 rem ;
134
+ width : 80 % ;
136
135
}
137
136
138
137
.rustup-command ::before {
144
143
.rustup-command {
145
144
color : black;
146
145
padding : 1rem 1rem 1rem 0 ;
147
- width : 45rem ;
148
146
height : auto;
149
147
text-align : center;
150
148
border-radius : 3px 0 0 3px ;
154
152
white-space : nowrap;
155
153
height : 26px ;
156
154
line-height : 26px ;
155
+ overflow-x : auto;
157
156
}
158
157
159
158
# platform-instructions-unix div .copy-container ,
164
163
# platform-instructions-unknown div .copy-container {
165
164
display : flex;
166
165
align-items : center;
166
+ width : 90% ;
167
+ justify-content : center;
167
168
}
168
169
169
170
# platform-instructions-unix button .copy-button ,
You can’t perform that action at this time.
0 commit comments