--- a/project/static/css/styles.css Wed Sep 14 15:15:04 2011 +0530
+++ b/project/static/css/styles.css Wed Sep 14 16:09:47 2011 +0530
@@ -477,13 +477,13 @@
/* Login/register */
div.login
{
+ position:relative;
float: left;
}
div.register
{
- padding-left: 2em;
- padding-right: 4em;
+ position:relative;
margin: 0 0 0 270px;
border-left: 1px solid #aaa;
}
@@ -592,4 +592,4 @@
ul.entry {
font-size: 1.2em;
-}
\ No newline at end of file
+}
--- a/project/templates/user/login.html Wed Sep 14 15:15:04 2011 +0530
+++ b/project/templates/user/login.html Wed Sep 14 16:09:47 2011 +0530
@@ -38,6 +38,8 @@
</form>
</div>
+
+
<div class="register">
<h2 class="authenticate">Register</h2>