Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 8347e87

Browse files
committed
Merge pull request #140 from aldeka/installpage-grid
Removed indent from sides of install pages
2 parents f177283 + 8b74502 commit 8347e87

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

install.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
---
55

66
<div class="row install">
7-
<div class="col-md-offset-1 col-md-3 side-header">
7+
<div class="col-md-4 side-header">
88
<h2>1.0.0</h2>
99
<h3>May 15, 2015</h3>
1010
<p>
1111
The current stable release of Rust, updated every six weeks and backwards-compatible.
1212
</p>
1313
</div>
14-
<div class="col-md-7">
14+
<div class="col-md-8">
1515
<table class="table-features table-installers"><tbody>
1616
<tr>
1717
<td class="inst-type">Linux binaries (.tar.gz)</td>
@@ -42,7 +42,7 @@ <h3>May 15, 2015</h3>
4242
</div>
4343

4444
<div class="row">
45-
<div class="col-md-offset-1 col-md-10">
45+
<div class="col-md-8 col-md-offset-4">
4646
<p>An easy way to install the stable binaries for Linux and Mac is to run this in your shell:</p>
4747
<pre><code>$ curl -sSf https://static.rust-lang.org/rustup.sh | sh</code></pre>
4848
</div>
@@ -51,14 +51,14 @@ <h3>May 15, 2015</h3>
5151
<hr/>
5252

5353
<div class="row">
54-
<div class="col-md-3 col-md-offset-1 side-header">
54+
<div class="col-md-4 side-header">
5555
<h2>Beta</h2>
5656
<p>
5757
A beta of the upcoming stable release, intended for testing by
5858
crate authors. Updated as needed.
5959
</p>
6060
</div>
61-
<div class="col-md-7">
61+
<div class="col-md-8">
6262
<table class="table-features table-installers"><tbody>
6363
<tr>
6464
<td class="inst-type">Linux binaries (.tar.gz)</td>
@@ -89,7 +89,7 @@ <h2>Beta</h2>
8989
</div>
9090

9191
<div class="row">
92-
<div class="col-md-offset-1 col-md-10">
92+
<div class="col-md-8 col-md-offset-4">
9393
<p>An easy way to install the beta binaries for Linux and Mac is to run this in your shell:</p>
9494
<pre><code>$ curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=beta</code></pre>
9595
</div>
@@ -98,7 +98,7 @@ <h2>Beta</h2>
9898
<hr/>
9999

100100
<div class="row">
101-
<div class="col-md-3 col-md-offset-1 side-header">
101+
<div class="col-md-4 side-header">
102102
<h2>Nightly</h2>
103103
<p>
104104
The current development branch.
@@ -107,7 +107,7 @@ <h2>Nightly</h2>
107107
that are not available in the betas or stable releases.
108108
</p>
109109
</div>
110-
<div class="col-md-7">
110+
<div class="col-md-8">
111111
<table class="table-features table-installers"><tbody>
112112
<tr>
113113
<td class="inst-type">Linux binaries (.tar.gz)</td>
@@ -138,7 +138,7 @@ <h2>Nightly</h2>
138138
</div>
139139

140140
<div class="row">
141-
<div class="col-md-offset-1 col-md-10">
141+
<div class="col-md-8 col-md-offset-4">
142142
<p>An easy way to install the nightly binaries for Linux and Mac is to run this in your shell:</p>
143143
<pre><code>$ curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly</code></pre>
144144
</div>
@@ -147,7 +147,7 @@ <h2>Nightly</h2>
147147
<hr/>
148148

149149
<div class="row">
150-
<div class="col-md-offset-1 col-md-11">
150+
<div class="col-md-12">
151151
<p>
152152
Discover other downloads in <a href="http://static.rust-lang.org/dist/index.html">the archives.</a>
153153
</p>

0 commit comments

Comments
 (0)