Clean up and reword footer

This commit is contained in:
Bryan Richter 2024-04-12 15:05:43 +03:00
parent 0774e445f8
commit c5c0f58a84
No known key found for this signature in database
GPG Key ID: B202264020068BFB
2 changed files with 13 additions and 20 deletions

View File

@ -26,13 +26,11 @@ $if insideContainer
$else $else
^{widget} ^{widget}
<div .footer> <footer .text-center>
<div .container> <p>
<div .row> Stackage is a service provided by the
<div .span12> <a href="https://haskell.foundation">
Stackage is a service provided by the Haskell Foundation
<a href="https://haskell.foundation"> │&nbsp;Originally developed by
Haskell Foundation <a href="https://www.fpcomplete.com/">
\ | Originally developed by FP Complete
<a href="https://www.fpcomplete.com/">
FP Complete

View File

@ -42,7 +42,7 @@ code,pre {
.navbar-inner { border-color: #06537d !important; } .navbar-inner { border-color: #06537d !important; }
.footer { footer {
background: #0981c3; background: #0981c3;
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
color: #fff; color: #fff;
@ -50,19 +50,14 @@ code,pre {
bottom: 0; bottom: 0;
left: 0; left: 0;
width: 100%; width: 100%;
height: 4em; p {
line-height: 2em; margin: 1em 0;
text-align: center; padding: 0 1em;
}
a { a {
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
} }
.span12 {
padding: 0px 15px 0 0;
line-height: 4em;
}
} }
/* Alerts */ /* Alerts */