mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
Fix issue #3348 Log In button is off the right side of the screen
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user