summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2012-08-29 00:33:56 -0700
committerelijah <elijah@riseup.net>2012-08-29 00:33:56 -0700
commite4f2547fbabab8080e9a7678f38203874c52c45d (patch)
tree4dad949ae91053eb30eb3a805fc5cd2bac74c918 /app/assets
parentcc8c9ede76fa946c0aabf4aeba55d29963bb7047 (diff)
security bingo!
Diffstat (limited to 'app/assets')
-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 {