From e744d85c99ad3797236ac1525a267605563aa02f Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 15 Oct 2015 17:19:10 -0700 Subject: [PATCH] move jagged-border gap removal to mobile only --- app/assets/stylesheets/common/base/topic-post.scss | 2 -- app/assets/stylesheets/mobile/topic-post.scss | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index fc57a346c1b..dab4f08f13f 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -237,8 +237,6 @@ blockquote > *:last-child { background-repeat: repeat-x; padding: 20px 0; margin-bottom: 20px; - margin-left: -10px; - margin-right: -10px; } } diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 2bf11f2b5ea..fe1ff813f9e 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -523,3 +523,9 @@ span.highlighted { .small-action.time-gap .topic-avatar { margin-top: -5px; } + +.gap.jagged-border { + margin-left: -10px; + margin-right: -10px; +} +