From e35eab4f27c72d7bfb86bd4c58b6db5daae81e7e Mon Sep 17 00:00:00 2001 From: Chris Done Date: Thu, 21 Aug 2014 12:58:18 +0200 Subject: [PATCH] Add note that it's for authors in steps to contribute --- templates/homepage.hamlet | 6 +++++- templates/homepage.lucius | 10 +++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/templates/homepage.hamlet b/templates/homepage.hamlet index 1b5bdff..3cde87d 100644 --- a/templates/homepage.hamlet +++ b/templates/homepage.hamlet @@ -44,6 +44,10 @@

Steps to Contribute +

+ For + package authors + to contribute to Stackage, follow these instructions:

  • Open @@ -69,7 +73,7 @@
    -

    Stackage for businesses +

    Stackage for Businesses

    We're offering custom installations for businesses who want to build their development platform upon Stackage. If you're diff --git a/templates/homepage.lucius b/templates/homepage.lucius index c320d97..f3f5443 100644 --- a/templates/homepage.lucius +++ b/templates/homepage.lucius @@ -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; */