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
^{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

View File

@ -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 */