Fix issue #3348 Log In button is off the right side of the screen

This commit is contained in:
movilla 2012-08-23 17:50:02 +02:00
parent 845c942385
commit 2973f59995

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>