From 85c0a8e39668f30a3bf1fcd4ae6eb68001cc7669 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 24 Mar 2013 02:01:07 -0700 Subject: [PATCH] margin tweak no longer necessary --- app/assets/stylesheets/application/topic-post.css.scss | 2 ++ app/assets/stylesheets/application/topic.css.scss | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application/topic-post.css.scss b/app/assets/stylesheets/application/topic-post.css.scss index 1bd28793aa2..c5aeeaf2d77 100644 --- a/app/assets/stylesheets/application/topic-post.css.scss +++ b/app/assets/stylesheets/application/topic-post.css.scss @@ -586,6 +586,8 @@ .topic-body { position: relative; + + // this is the little pointy bit of the speech bubble on the post, on the left side &:before, &:after { diff --git a/app/assets/stylesheets/application/topic.css.scss b/app/assets/stylesheets/application/topic.css.scss index 55bb02980bf..af0217ded92 100644 --- a/app/assets/stylesheets/application/topic.css.scss +++ b/app/assets/stylesheets/application/topic.css.scss @@ -289,7 +289,6 @@ font-weight: normal; float: left; display: inline; - margin-right: 10px; } } ul.dropdown-menu {