diff options
| author | Max Howell | 2012-08-03 10:24:22 -0400 |
|---|---|---|
| committer | Max Howell | 2012-08-03 10:33:45 -0400 |
| commit | 09c676802f4aac6ca0553246d9d4c08c65aca0e1 (patch) | |
| tree | febf7a73340050a266e7b2a9379007116556422e | |
| parent | 9f71348774f3373c99a5978b9870f07aaf06bd92 (diff) | |
| download | homebrew-09c676802f4aac6ca0553246d9d4c08c65aca0e1.tar.bz2 | |
Margin tweaks, but I'm no expert
| -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> |
