diff options
| -rw-r--r-- | index.html | 14 | 
1 files changed, 8 insertions, 6 deletions
| diff --git a/index.html b/index.html index 33ee1d69e..9eb645ed3 100644 --- a/index.html +++ b/index.html @@ -108,22 +108,24 @@ Created /usr/local/Library/Formula/bar.rb              </div>            </li>            <li> -            <div class="group row" style='border-bottom:0'> +            <div class="group row">                <div class="col-1">                  <p>Homebrew complements OS X. Install your gems with <code>gem</code>, and their dependencies with <code>brew</code>.</p>                </div>              </div>            </li>            <li> -            <div class="group row" style='border:0; margin-bottom: 5em'> -              <h2 style='margin-top:0.5em; margin-bottom: 0.2em'>Install Homebrew</h2> -              <pre style='text-align:center' id='selectable' onclick="selectText()"><code style='font-size:1.9em'>ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)</code></pre> -              <p>Paste that into Terminal. The script explains what it will do and then pauses before it does it. There are more installation options <a href='https://github.com/mxcl/homebrew/wiki/Installation'>here</a>. +            <div class="group row"> +              <h2 style='margin-top:1em; margin-bottom: 0.2em'>Install Homebrew</h2> +              <pre style='text-align:center;margin-bottom:0.9em' id='selectable' onclick="selectText()"><code style='font-size:1.9em'>ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)</code></pre> +              <div class="col-1"> +                <p>Paste that into Terminal. The script explains what it will do and then pauses before it does it. There are more installation options <a href='https://github.com/mxcl/homebrew/wiki/Installation'>here</a>. +              </div>              </div>            </li>            <li> -            <div class="group row credits" style='border:0'> +            <div class="group row credits">                <p>Original code by <a href="http://methylblue.com/">Max Howell</a>. Website by <a href="http://exomel.com">Rémi Prévost</a>.</p>              </div>            </li> | 
