Skip to content

Commit dd8dbf3

Browse files
authored
Merge pull request #2208 from harrysarson/show-shell
www: show whole shell command at once
2 parents 93b01a6 + 968329d commit dd8dbf3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

www/rustup.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ body#idx > * {
6363
margin-left: auto;
6464
margin-right: auto;
6565
text-align: center;
66-
width: 25em;
66+
width: 35em;
6767
}
6868

6969
body#idx > #pitch {
70-
width: 30rem;
70+
width: 35rem;
7171
}
7272

7373
#pitch em {
@@ -88,15 +88,14 @@ body#idx p.other-platforms-help {
8888
background-color: rgb(250, 250, 250);
8989
margin-left: auto;
9090
margin-right: auto;
91-
width: 30rem;
9291
text-align: center;
9392
border-radius: 3px;
9493
border: 1px solid rgb(204, 204, 204);
9594
box-shadow: 0px 1px 4px 0px rgb(204, 204, 204);
9695
}
9796

9897
.instructions > * {
99-
width: 34rem;
98+
width: 40rem;
10099
margin-left: auto;
101100
margin-right: auto;
102101
}
@@ -116,11 +115,12 @@ hr {
116115
margin-left: auto;
117116
margin-right: auto;
118117
padding: 1rem;
119-
width: 32rem;
118+
width: 45rem;
120119
text-align: center;
121120
border-radius: 3px;
122121
box-shadow: inset 0px 0px 20px 0px #333333;
123122
overflow-x: scroll;
123+
font-size: 0.6em;
124124
}
125125

126126
#platform-instructions-win32 a.windows-download,

0 commit comments

Comments
 (0)