Skip to content

Commit

Permalink
Clean up and reword footer
Browse files Browse the repository at this point in the history
  • Loading branch information
chreekat committed Apr 12, 2024
1 parent 0774e44 commit c5c0f58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 20 deletions.
18 changes: 8 additions & 10 deletions templates/default-layout.hamlet
Original file line number Diff line number Diff line change
Expand Up @@ -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
│&nbsp;Originally developed by
<a href="https://www.fpcomplete.com/">
FP Complete
15 changes: 5 additions & 10 deletions templates/default-layout.lucius
Original file line number Diff line number Diff line change
Expand Up @@ -42,27 +42,22 @@ code,pre {

.navbar-inner { border-color: #06537d !important; }

.footer {
footer {
background: #0981c3;
border-top: 1px solid #ddd;
color: #fff;
position: absolute;
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 */
Expand Down

0 comments on commit c5c0f58

Please sign in to comment.