From 74d80cbf6d97ead14e08d629a85690ec32e520a9 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 13 Dec 2012 15:29:25 -0800 Subject: minor css change --- app/assets/stylesheets/typography.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'app') diff --git a/app/assets/stylesheets/typography.scss b/app/assets/stylesheets/typography.scss index 6cf1d63..e96b02f 100644 --- a/app/assets/stylesheets/typography.scss +++ b/app/assets/stylesheets/typography.scss @@ -10,6 +10,18 @@ margin-top: 0.5em; } +// +// bootstrap default for headings has a really large line-height, which makes the headings look totally +// weird if they span multiple lines. +// + +h2 { + line-height: 1.2em; + margin-top: 0.1em; + margin-bottom: 0.25em; +} + + // // make headings and paragraphs that are at the top of the page fit more snugly against the top. // @@ -23,6 +35,7 @@ p.first { margin-top: 0 !important; } + .ol {@extend ol} .li {@extend li} -- cgit v1.2.3