Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authormovilla <moviglez@gmail.com>2012-08-23 19:50:02 +0400
committermovilla <moviglez@gmail.com>2012-08-23 19:50:02 +0400
commit2973f59995e6d3d7c7a8bdabe807c212933987e6 (patch)
treef870c241d011256af68f6a92fdcf7b62937c3f94 /public
parent845c942385c19ae3cfd518cfc20c881254ceda57 (diff)
Fix issue #3348 Log In button is off the right side of the screen
Diffstat (limited to 'public')
-rw-r--r--public/default.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/default.html b/public/default.html
index 3851095ad..2a5bd7ca6 100644
--- a/public/default.html
+++ b/public/default.html
@@ -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> \ No newline at end of file
+</div>