mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
osx spacing/style
This commit is contained in:
parent
0d73d66ba1
commit
112d2a61e3
1 changed files with 4 additions and 2 deletions
|
@ -2,8 +2,10 @@
|
|||
<?php ob_start() ?>
|
||||
<h1>Install LBRY on OS X <span class="icon-apple"></span> (command line)</h1>
|
||||
<?php echo View::render('get/alphaNotice') ?>
|
||||
<a class="btn-primary" href="//lbry.io/osx.dmg">Download for OS X</a>
|
||||
<p>Or, view the source and compile instructions on
|
||||
<p>
|
||||
<a class="btn-primary" href="//lbry.io/osx.dmg">Download for OS X</a>
|
||||
</p>
|
||||
<p class="meta">Or, view the source and compile instructions on
|
||||
<a href="https://github.com/lbryio/lbry-setup/blob/master/README_OSX.md" class="link-primary">GitHub</a>.
|
||||
</p>
|
||||
<?php $html = ob_get_clean() ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue