Skip to content

Commit de42fd4

Browse files
committed
Add note that NodeBox only works on OS X 10.8+.
1 parent 8ac30c2 commit de42fd4

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

download/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ section: download
1717
</tr>
1818
<tr>
1919
<td class="version"><a href="/node/">NodeBox 3</a><br><small>Version 3.0.43 — <a href="/node/release-notes.html">Release Notes</a></small></td>
20-
<td class="mac"><a href="https://secure.nodebox.net/downloads/NodeBox-3.0.43.zip" class="button">Download</a></td>
21-
<td class="windows"><a href="https://secure.nodebox.net/downloads/nodebox-3.0.43-setup.exe" class="button">Download</a></td>
22-
<td class="linux"><a href="javascript:showLinuxDownloadInstructions()" class="button">Instructions</a></td>
20+
<td class="mac"><a href="https://secure.nodebox.net/downloads/NodeBox-3.0.43.zip" class="button">Download</a><br><small>OS X 10.8+ Required</small></td>
21+
<td class="windows"><a href="https://secure.nodebox.net/downloads/nodebox-3.0.43-setup.exe" class="button">Download</a><br>&nbsp;</td>
22+
<td class="linux"><a href="javascript:showLinuxDownloadInstructions()" class="button">Instructions</a><br>&nbsp;</td>
2323
</tr>
2424
<tr>
2525
<td class="version"><a href="/opengl/">NodeBox OpenGL</a><br><small>Version 1.7</small></td>

media/css/screen.css

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pre {
4949
font-size: 90%;
5050
}
5151

52-
hr {
52+
hr {
5353
border: none;
5454
border-bottom: 1px dotted #aaa;
5555
margin-bottom: 30px;
@@ -319,8 +319,8 @@ footer .copyright a {
319319

320320
/* Blog */
321321

322-
#home .post,
323-
#blog .post,
322+
#home .post,
323+
#blog .post,
324324
#gallery .post {
325325
margin-right: 10px;
326326
}
@@ -386,7 +386,7 @@ footer .copyright a {
386386
white-space: nowrap;
387387
}
388388

389-
#download-table td.version small {
389+
#download-table small {
390390
font-weight: normal;
391391
font-style: oblique;
392392
color: #999;
@@ -403,6 +403,7 @@ footer .copyright a {
403403
#download-table .button {
404404
display: inline-block;
405405
padding: 5px 15px;
406+
margin-bottom: 5px;
406407
font-weight: bold;
407408
background: #4E9DF4;
408409
box-shadow: 0 2px 5px rgba(100, 100, 120, 0.2);
@@ -654,7 +655,7 @@ footer .copyright a {
654655
display: block;
655656
width: 100%;
656657
}
657-
658+
658659
#home .home,
659660
#documentation .documentation,
660661
#download .download,
@@ -666,11 +667,11 @@ footer .copyright a {
666667
#contact .contact {
667668
border: none;
668669
}
669-
670+
670671
#page-title {
671672
margin-top: 20px;
672673
}
673-
674+
674675

675676
}
676677

0 commit comments

Comments
 (0)