summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/leap.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/leap.scss')
-rw-r--r--app/assets/stylesheets/leap.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/leap.scss b/app/assets/stylesheets/leap.scss
index 1671a40..b51d22b 100644
--- a/app/assets/stylesheets/leap.scss
+++ b/app/assets/stylesheets/leap.scss
@@ -160,9 +160,15 @@ table.timeline {
article.blog_summary {
+ margin-bottom: 1em;
.byline {
color: #999;
}
+ .content {
+ p {
+ margin-bottom: 0;
+ }
+ }
}
article.blog_full {