fix the footer

This commit is contained in:
Christine Dodrill 2015-02-05 12:45:18 -08:00
parent 597e918c05
commit 91fd0ca3ac
2 changed files with 6 additions and 7 deletions

View File

@ -55,7 +55,6 @@ class Layout extends Widget
footer: =>
footer class: "footer", ->
div class: "container", ->
p class: "text-muted", ->
text "Christine Cadence Dodrill - #{os.date "%Y"}"

View File

@ -49,10 +49,10 @@ table td {
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #F2E6EB;
max-width: 600px;
}