fix the footer
This commit is contained in:
parent
597e918c05
commit
91fd0ca3ac
|
@ -55,13 +55,12 @@ class Layout extends Widget
|
||||||
|
|
||||||
footer: =>
|
footer: =>
|
||||||
footer class: "footer", ->
|
footer class: "footer", ->
|
||||||
div class: "container", ->
|
p class: "text-muted", ->
|
||||||
p class: "text-muted", ->
|
text "Christine Cadence Dodrill - #{os.date "%Y"}"
|
||||||
text "Christine Cadence Dodrill - #{os.date "%Y"}"
|
|
||||||
|
|
||||||
if os.getenv "GIT_REV"
|
if os.getenv "GIT_REV"
|
||||||
text " - revision "
|
text " - revision "
|
||||||
code "#{os.getenv("GIT_REV")\sub 1,8}"
|
code "#{os.getenv("GIT_REV")\sub 1,8}"
|
||||||
|
|
||||||
body: =>
|
body: =>
|
||||||
div class: "container", ->
|
div class: "container", ->
|
||||||
|
|
|
@ -49,10 +49,10 @@ table td {
|
||||||
.footer {
|
.footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
|
||||||
/* Set the fixed height of the footer here */
|
/* Set the fixed height of the footer here */
|
||||||
height: 60px;
|
height: 60px;
|
||||||
background-color: #F2E6EB;
|
background-color: #F2E6EB;
|
||||||
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue