From 0e9cc900da8dc25c29e76fdf64feacc2a360c2be Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 7 Dec 2012 11:54:08 -0800 Subject: very minor css change --- app/assets/stylesheets/application.scss | 1 - app/assets/stylesheets/typography.scss | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 144bcf2..ca12c6f 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -30,4 +30,3 @@ $fluidGridGutterWidth: 2.127659574% !default; @import "mixins"; @import "typography"; @import "leap"; - diff --git a/app/assets/stylesheets/typography.scss b/app/assets/stylesheets/typography.scss index 651eebf..6cf1d63 100644 --- a/app/assets/stylesheets/typography.scss +++ b/app/assets/stylesheets/typography.scss @@ -6,6 +6,10 @@ } } +.topgap { + margin-top: 0.5em; +} + // // make headings and paragraphs that are at the top of the page fit more snugly against the top. // @@ -30,4 +34,4 @@ p.first { font-size: 140%; line-height: 140%; margin: 20px 0; -} \ No newline at end of file +} -- cgit v1.2.3