diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet index f92f88f..e434022 100644 --- a/templates/default-layout.hamlet +++ b/templates/default-layout.hamlet @@ -26,13 +26,11 @@ $if insideContainer $else ^{widget} -<div .footer> - <div .container> - <div .row> - <div .span12> - Stackage is a service provided by the - <a href="https://haskell.foundation"> - Haskell Foundation - \ | Originally developed by - <a href="https://www.fpcomplete.com/"> - FP Complete +<footer .text-center> + <p> + Stackage is a service provided by the + <a href="https://haskell.foundation"> + Haskell Foundation + │ Originally developed by + <a href="https://www.fpcomplete.com/"> + FP Complete diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index e0155ee..c6964a8 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -42,7 +42,7 @@ code,pre { .navbar-inner { border-color: #06537d !important; } -.footer { +footer { background: #0981c3; border-top: 1px solid #ddd; color: #fff; @@ -50,19 +50,14 @@ code,pre { bottom: 0; left: 0; width: 100%; - height: 4em; - line-height: 2em; - text-align: center; - + p { + margin: 1em 0; + padding: 0 1em; + } a { color: #fff; font-weight: bold; } - - .span12 { - padding: 0px 15px 0 0; - line-height: 4em; - } } /* Alerts */