Skip to content

Commit ca248f8

Browse files
committed
Update style to break out MD5 sums from button.
1 parent 3910833 commit ca248f8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,23 @@ <h1>Download</h1>
6666
<div class="col-md-4">
6767
<a
6868
href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.10.1/cpp-netlib-0.10.1.zip"
69-
class="btn btn-primary btn-lg btn-block">0.10.1 (zip)<br>
69+
class="btn btn-primary btn-lg btn-block">0.10.1 (zip)</a>
70+
<br>
7071
<small class="text-muted cpp-netlib-hash">md5: 441900ba09ef398b573e210d27797feb</small>
71-
</a>
7272
</div>
7373
<div class="col-md-4">
7474
<a
7575
href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.10.1/cpp-netlib-0.10.1.tar.gz"
76-
class="btn btn-primary btn-lg btn-block">0.10.1 (tar.gz)<br>
76+
class="btn btn-primary btn-lg btn-block">0.10.1 (tar.gz)</a>
77+
<br>
7778
<small class="text-muted cpp-netlib-hash">md5: afaabb96c22fe50a852432cbc5959557</small>
78-
</a>
7979
</div>
8080
<div class="col-md-4">
8181
<a
8282
href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.10.1/cpp-netlib-0.10.1.tar.bz2"
83-
class="btn btn-primary btn-lg btn-block">0.10.1 (tar.bz2)<br>
83+
class="btn btn-primary btn-lg btn-block">0.10.1 (tar.bz2)</a>
84+
<br>
8485
<small class="text-muted cpp-netlib-hash">md5: ce191ca1fc1b69d8122015d442281aca</small>
85-
</a>
8686
</div>
8787
</div>
8888
<p>If you'd like to try out the upcoming 0.11.0 release

static/cpp-netlib.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ html, body { padding-top: 20px; }
99
#push, #footer { height: 80px;}
1010
#footer { background-color: #f5f5f5; }
1111
.credit { text-align: center; }
12-
.cpp-netlib-hash { font-size: 11px; }
12+
.cpp-netlib-hash { font-size: 11px; text-align: center; }
1313
.list-group-item a:link {color: black; }
1414
.list-group-item a:visited {color: black; }
1515
.list-group-item a:hover {color: black; }

0 commit comments

Comments
 (0)