Merge pull request #824 from jsummerfield/patch-1

Remove trailing unmatched </div> in login_base.html template. Reformat i...
This commit is contained in:
Tom Christie 2013-05-14 10:36:31 -07:00
commit dd3c434f6c

View File

@ -12,9 +12,8 @@
<body class="container">
<div class="container-fluid" style="margin-top: 30px">
<div class="container-fluid" style="margin-top: 30px">
<div class="row-fluid">
<div class="well" style="width: 320px; margin-left: auto; margin-right: auto">
<div class="row-fluid">
<div>
@ -44,12 +43,9 @@
</div>
</form>
</div>
</div><!-- /row fluid -->
</div><!--/span-->
</div><!-- /.row-fluid -->
</div>
</div>
</div><!--/.well-->
</div><!-- /.row-fluid -->
</div><!-- /.container-fluid -->
</body>
</html>