mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-18 15:11:56 +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 .row .steps-to-contribute>
|
||||||
<div .span12>
|
<div .span12>
|
||||||
<h2>Steps to Contribute
|
<h2>Steps to Contribute
|
||||||
|
<p>
|
||||||
|
For
|
||||||
|
<em>package authors
|
||||||
|
to contribute to Stackage, follow these instructions:
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Open
|
Open
|
||||||
@ -69,7 +73,7 @@
|
|||||||
|
|
||||||
<div .row .businesses>
|
<div .row .businesses>
|
||||||
<div .span12>
|
<div .span12>
|
||||||
<h2>Stackage for businesses
|
<h2>Stackage for Businesses
|
||||||
<p>
|
<p>
|
||||||
We're offering custom installations for businesses who want to
|
We're offering custom installations for businesses who want to
|
||||||
build their development platform upon Stackage. If you're
|
build their development platform upon Stackage. If you're
|
||||||
|
|||||||
@ -48,7 +48,15 @@ h2 {
|
|||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .steps-to-contribute { */
|
.steps-to-contribute {
|
||||||
|
h2 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
h2 + p {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* ul { */
|
/* ul { */
|
||||||
/* margin-top: 30px; */
|
/* margin-top: 30px; */
|
||||||
/* text-align: left; */
|
/* text-align: left; */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user