more html layout fixes
This commit is contained in:
parent
93512e6b5f
commit
00fc350b4b
|
@ -54,8 +54,8 @@ class Layout extends Widget
|
||||||
a href: "/contact", "Contact"
|
a href: "/contact", "Contact"
|
||||||
|
|
||||||
footer: =>
|
footer: =>
|
||||||
div class: "container", ->
|
footer ->
|
||||||
footer class: "footer", ->
|
div class: "container footer", ->
|
||||||
p class: "text-muted", ->
|
p class: "text-muted", ->
|
||||||
text "Christine Cadence Dodrill - #{os.date "%Y"}"
|
text "Christine Cadence Dodrill - #{os.date "%Y"}"
|
||||||
|
|
||||||
|
|
|
@ -54,5 +54,3 @@ table td {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
background-color: #F2E6EB;
|
background-color: #F2E6EB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue