Skip to content

Commit f3f0549

Browse files
committed
Adding separators to the RC download buttons
1 parent 9866889 commit f3f0549

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,15 @@ <h1>Download</h1>
8383
href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.11.0/cpp-netlib-0.11.0-rc1.zip"
8484
class="btn btn-warning btn-large">0.11.0-rc1 (zip)<br>
8585
<small class="muted">md5: b987e5b73a2b637f6971c769322cbeed</small></a>
86+
<br>
8687
<a
8788
href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.11.0/cpp-netlib-0.11.0-rc1.tar.gz"
88-
class="btn btn-large">0.11.0-rc1 (tar.gz)<br>
89+
class="btn btn-warning btn-large">0.11.0-rc1 (tar.gz)<br>
8990
<small class="muted">md5: 69a7f3b916b6943f74ecceb352ff2604</small></a>
91+
<br>
9092
<a
9193
href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.11.0/cpp-netlib-0.11.0-rc1.tar.bz2"
92-
class="btn btn-large">0.11.0-rc1 (tar.bz2)<br>
94+
class="btn btn-warning btn-large">0.11.0-rc1 (tar.bz2)<br>
9395
<small class="muted">md5: cb44b540ba9e398393c2d31ddebc9d48</small></a>
9496
</p>
9597
<p>You can download <a href="https://github.com/cpp-netlib/cpp-netlib/downloads">previous releases</a> of the library from our

0 commit comments

Comments
 (0)