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 @@ -114,7 +114,6 @@ body#idx p.other-platforms-help {
114
114
}
115
115
116
116
.instructions > * {
117
- width : 45rem ;
118
117
margin-left : auto;
119
118
margin-right : auto;
120
119
}
131
130
# platform-instructions-win-arm64 > p ,
132
131
# platform-instructions-default > p ,
133
132
# platform-instructions-unknown > p {
134
- width : 40 rem ;
133
+ width : 80 % ;
135
134
}
136
135
137
136
.rustup-command ::before {
143
142
.rustup-command {
144
143
color : black;
145
144
padding : 1rem 1rem 1rem 0 ;
146
- width : 45rem ;
147
145
height : auto;
148
146
text-align : center;
149
147
border-radius : 3px 0 0 3px ;
153
151
white-space : nowrap;
154
152
height : 26px ;
155
153
line-height : 26px ;
154
+ overflow-x : auto;
156
155
}
157
156
158
157
# platform-instructions-unix div .copy-container ,
163
162
# platform-instructions-unknown div .copy-container {
164
163
display : flex;
165
164
align-items : center;
165
+ width : 90% ;
166
+ justify-content : center;
166
167
}
167
168
168
169
# platform-instructions-unix button .copy-button ,
You can’t perform that action at this time.
0 commit comments