From 672d2c4b226504c0ea76650eb6a90f6d84b212f0 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Thu, 29 May 2014 16:07:38 +0200 Subject: [PATCH] Add coming soon to docs --- src/HL/V/Documentation.hs | 2 +- static/css/hl.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/HL/V/Documentation.hs b/src/HL/V/Documentation.hs index 0e58954..e6268ff 100644 --- a/src/HL/V/Documentation.hs +++ b/src/HL/V/Documentation.hs @@ -29,7 +29,7 @@ online = do h2 [] "Online Resources" p [] "There are various online resources for learning Haskell; books, \ \articles, videos, etc. below are some of the highlights:" - + p [class_ "muted"] "Coming soon." report :: (Route App -> AttributeValue) -> Html report url = diff --git a/static/css/hl.css b/static/css/hl.css index 5239c8e..4a783db 100644 --- a/static/css/hl.css +++ b/static/css/hl.css @@ -34,6 +34,10 @@ h2 { color:#6e618d; } +.muted { + opacity: 0.6; +} + .footer { background-color:#323232; color:#999; @@ -247,10 +251,6 @@ h2 { color: #4c4c4c; } -.page-home .muted { - opacity: 0.6; -} - .page-home .try { margin-top: 10px; margin-bottom: 30px;