mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Add note that it's for authors in steps to contribute
This commit is contained in:
parent
a8ffbe9c60
commit
e35eab4f27
@ -44,6 +44,10 @@
|
||||
<div .row .steps-to-contribute>
|
||||
<div .span12>
|
||||
<h2>Steps to Contribute
|
||||
<p>
|
||||
For
|
||||
<em>package authors
|
||||
to contribute to Stackage, follow these instructions:
|
||||
<ul>
|
||||
<li>
|
||||
Open
|
||||
@ -69,7 +73,7 @@
|
||||
|
||||
<div .row .businesses>
|
||||
<div .span12>
|
||||
<h2>Stackage for businesses
|
||||
<h2>Stackage for Businesses
|
||||
<p>
|
||||
We're offering custom installations for businesses who want to
|
||||
build their development platform upon Stackage. If you're
|
||||
|
||||
@ -48,7 +48,15 @@ h2 {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
/* .steps-to-contribute { */
|
||||
.steps-to-contribute {
|
||||
h2 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
h2 + p {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
/* ul { */
|
||||
/* margin-top: 30px; */
|
||||
/* text-align: left; */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user