added working register form. still needs to be saved
This commit is contained in:
@ -27,7 +27,8 @@ $newline never
|
||||
<header>
|
||||
<div id="main" role="main">
|
||||
^{pageBody pc}
|
||||
<footer>
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
#{appCopyright $ appSettings master}
|
||||
|
||||
$maybe analytics <- appAnalytics $ appSettings master
|
||||
|
20
templates/default-layout.lucius
Normal file
20
templates/default-layout.lucius
Normal file
@ -0,0 +1,20 @@
|
||||
/* Sticky footer styles
|
||||
-------------------------------------------------- */
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
body {
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
.footer {
|
||||
font-size:x-small;
|
||||
position: absolute;
|
||||
color: #888888;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
/* Set the fixed height of the footer here */
|
||||
height: 60px;
|
||||
background-color: #f5f5f5;
|
||||
}
|
Reference in New Issue
Block a user