From 25e8050ed8f9c627493b51f8e9c9a730c71ddcd4 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 22 Aug 2013 15:50:27 -0700 Subject: css fixes --- app/assets/stylesheets/leap.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss index cf8088e..9899951 100644 --- a/app/assets/stylesheets/leap.scss +++ b/app/assets/stylesheets/leap.scss @@ -172,7 +172,7 @@ table.timeline { article.blog_summary { - margin-bottom: 1em; + margin: 1em 0; .byline { color: #999; } @@ -181,6 +181,9 @@ article.blog_summary { margin-bottom: 0; } } + heading.h3 { + line-height: 20px; + } } article.blog_full { -- cgit v1.2.3