From 7870afbfd417e54267aa7a0ad7893de33df36099 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 6 May 2014 01:49:20 -0700 Subject: [PATCH] bring post borders back on mobile --- app/assets/stylesheets/mobile/topic-post.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index b5b5e900a98..9a371ae45f8 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -9,9 +9,6 @@ .topic-post { border-top: 1px solid scale-color($primary, $lightness: 90%); padding: 6px 0 3px 0; - &:first-of-type { - border-top: none; - } } nav.post-controls {