more html layout fixes

This commit is contained in:
Christine Dodrill 2015-02-05 12:49:40 -08:00
parent 93512e6b5f
commit 00fc350b4b
2 changed files with 2 additions and 4 deletions

View File

@ -54,8 +54,8 @@ class Layout extends Widget
a href: "/contact", "Contact"
footer: =>
div class: "container", ->
footer class: "footer", ->
footer ->
div class: "container footer", ->
p class: "text-muted", ->
text "Christine Cadence Dodrill - #{os.date "%Y"}"

View File

@ -54,5 +54,3 @@ table td {
height: 60px;
background-color: #F2E6EB;
}