Revert "fix the footer"

This reverts commit 91fd0ca3ac.
This commit is contained in:
Christine Dodrill 2015-02-05 12:46:06 -08:00
parent 91fd0ca3ac
commit 690bdbaf05
2 changed files with 7 additions and 6 deletions

View File

@ -55,12 +55,13 @@ class Layout extends Widget
footer: =>
footer class: "footer", ->
p class: "text-muted", ->
text "Christine Cadence Dodrill - #{os.date "%Y"}"
div class: "container", ->
p class: "text-muted", ->
text "Christine Cadence Dodrill - #{os.date "%Y"}"
if os.getenv "GIT_REV"
text " - revision "
code "#{os.getenv("GIT_REV")\sub 1,8}"
if os.getenv "GIT_REV"
text " - revision "
code "#{os.getenv("GIT_REV")\sub 1,8}"
body: =>
div class: "container", ->

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;
}