Add note that it's for authors in steps to contribute

This commit is contained in:
Chris Done 2014-08-21 12:58:18 +02:00
parent a8ffbe9c60
commit e35eab4f27
2 changed files with 14 additions and 2 deletions

View File

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

View File

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