From 9afc5706e993f3c81ba8450bbb021acbe10138b1 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 9 May 2014 22:50:45 -0700 Subject: [PATCH] loosen spacing a bit on embedded topics --- app/assets/stylesheets/embed.css.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/embed.css.scss b/app/assets/stylesheets/embed.css.scss index 73da6039c79..ff36426322a 100644 --- a/app/assets/stylesheets/embed.css.scss +++ b/app/assets/stylesheets/embed.css.scss @@ -37,7 +37,7 @@ article.post { float: right; color: #aaa; font-size: 12px; - margin: 4px 4px 0 0; + margin: 10px 4px 0 0; } .author { @@ -73,7 +73,7 @@ article.post { } .cooked { - padding: 5px 0; + padding: 10px 0 20px 0; margin-left: 65px; word-wrap: break-word; @@ -101,7 +101,7 @@ img.emoji { font-size: 13px; width: 200px; text-align: center; - margin-top: 2px; + margin-top: 10px; margin-bottom: 6px; display: inline-block; float: right;