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
|
$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">
|
│ Originally developed by
|
||||||
Haskell Foundation
|
<a href="https://www.fpcomplete.com/">
|
||||||
\ | Originally developed by
|
FP Complete
|
||||||
<a href="https://www.fpcomplete.com/">
|
|
||||||
FP Complete
|
|
||||||
|
|||||||
@ -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 */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user