Merge pull request #3507 from movilla/fix_LogIn_default_web

Fix issue #3348 Log In button is off the right side of the screen [ci skip]
This commit is contained in:
Maxwell Salzberg 2012-08-23 12:53:09 -07:00
commit 1f2d305bd1

View file

@ -69,9 +69,9 @@
<div id="page" class="container">
<div id="content">
<div class="row">
<div id="header" style="margin-bottom:24px;">
<a id="login-link" href="login" class="btn">Log In</a>
<img src='assets/branding/logo_caps.png'/>
<div id="header" style="width: 1200px; padding: 15px 0;">
<a id="login-link" href="login" class="btn" style="margin-right: 15px;">Log In</a>
<img src='assets/branding/logo_caps.png'/ style="margin-left: 15px;">
</div>
</div>
@ -159,4 +159,4 @@
<div id="change-page">
This page can be changed to a custom landing page by creating <code>app/views/home/_show.html.haml</code>
</div>
</div>
</div>