Add coming soon to docs

This commit is contained in:
Chris Done 2014-05-29 16:07:38 +02:00
parent cfc373fc3d
commit 672d2c4b22
2 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@ online =
do h2 [] "Online Resources" do h2 [] "Online Resources"
p [] "There are various online resources for learning Haskell; books, \ p [] "There are various online resources for learning Haskell; books, \
\articles, videos, etc. below are some of the highlights:" \articles, videos, etc. below are some of the highlights:"
p [class_ "muted"] "Coming soon."
report :: (Route App -> AttributeValue) -> Html report :: (Route App -> AttributeValue) -> Html
report url = report url =

View file

@ -34,6 +34,10 @@ h2 {
color:#6e618d; color:#6e618d;
} }
.muted {
opacity: 0.6;
}
.footer { .footer {
background-color:#323232; background-color:#323232;
color:#999; color:#999;
@ -247,10 +251,6 @@ h2 {
color: #4c4c4c; color: #4c4c4c;
} }
.page-home .muted {
opacity: 0.6;
}
.page-home .try { .page-home .try {
margin-top: 10px; margin-top: 10px;
margin-bottom: 30px; margin-bottom: 30px;