mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Clean up and reword footer
This commit is contained in:
parent
0774e445f8
commit
c5c0f58a84
@ -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
|
||||
|
||||
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user