diff options
author | Martin Wright <martin@mysociety.org> | 2014-04-17 16:01:51 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-04-24 15:38:12 +0100 |
commit | c34ee10bbc9896d2213a01a24679ebe9cd36ff3d (patch) | |
tree | 9ddec6d2fa1d89843872e9480bf9c52fff5fd9df | |
parent | 748ccf6d1efa4903bb62610c9dfe24278b3e3839 (diff) |
set up front page with sensible defaults
-rw-r--r-- | app/assets/stylesheets/responsive/_frontpage_style.scss | 68 |
1 files changed, 13 insertions, 55 deletions
diff --git a/app/assets/stylesheets/responsive/_frontpage_style.scss b/app/assets/stylesheets/responsive/_frontpage_style.scss index 543f2a158..99270231f 100644 --- a/app/assets/stylesheets/responsive/_frontpage_style.scss +++ b/app/assets/stylesheets/responsive/_frontpage_style.scss @@ -1,70 +1,28 @@ /* Frontpage styles */ - -body.front h3 { - font-size:28px; -} - -h1 { - font-size:39px; - font-weight:400; - line-height: 1em; - margin:0 0 20px; -} - -h1 strong { - font-size:54px; - font-weight:400; -} - -h1 span { - font-family:Georgia; - font-style:italic; - font-weight:400; - font-size:25px; -} - -h2 { - font-size:26px; - font-weight:400; - margin-bottom:10px; - line-height:28px; -} - -h2 strong { - font-size:31px; -} - -h2 span { - font-style:italic; - font-size:19px; - font-family:Georgia; +#frontpage_splash { + h1, h2 { + font-weight: normal; + } + strong { + font-weight: bold; + } } #frontpage_examples { - - p, ul { - text-align:left; + ul { + list-style:none outside none; + padding: 0; } - .excerpt { cursor:pointer; - line-height:18px; - min-height:30px; font-style:italic; - padding:0 0 0 40px; + padding:0 0 0 2em; } #examples_1 { - ul li { + li { border-bottom:1px solid #ddd; - padding:5px 0; + padding-top: 1em; } } - - ul { - list-style:none; - margin:0; - padding:1em 0; - } - } |