Skip to content

Commit

Permalink
Added offsets to main body
Browse files Browse the repository at this point in the history
  • Loading branch information
jumbojett committed Jun 1, 2012
1 parent f294b98 commit a0dec48
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,25 +70,25 @@

<!-- Example row of columns -->
<div class="row">
<div class="span8">
<h2>Sign in with</h2>
<div class="span4 offset2">
<h2>Sign in</h2>

<div class="well-large">

<p><a class="btn btn-large btn-primary" href="#"><i class="icon-user icon-white"></i> Login with MITREid</a>
<small class="well-small">(learn more)</small>
<p><a class="btn btn-large btn-primary" href="#"><i class="icon-user icon-white"></i> Sign in with MITREid</a>
<small class="well-small">(<a href="#">learn more</a>)</small>
</p>


<p><a class="btn btn-large btn-primary" href="#"><i class="icon-user icon-white"></i> Login with MPN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<p><a class="btn btn-large btn-primary" href="#"><i class="icon-user icon-white"></i> Sign in with MPN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</a>
<small class="well-small">(learn more)</small>
<small class="well-small">(<a href="#">learn more</a>)</small>
</p>


<p><a class="btn btn-large btn-primary" href="#"><i class="icon-user icon-white"></i> Login with CAC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<p><a class="btn btn-large btn-primary" href="#"><i class="icon-user icon-white"></i> Sign in with CAC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</a>
<small class="well-small">(learn more)</small>
<small class="well-small">(<a href="#">learn more</a>)</small>
</p>
</div>
</div>
Expand Down

0 comments on commit a0dec48

Please sign in to comment.