From 27c702464e5345a2042214c92bf21b9dd83fb191 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 13 May 2014 00:03:22 -0700 Subject: [PATCH] bit more mobile css cleanup --- app/assets/stylesheets/mobile/topic-post.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 4b8955e962f..7596c82b43e 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -121,7 +121,7 @@ a.star { } border-radius: 5px; - margin: 15px 10px 20px 10px; + margin: 30px 10px 20px 10px; border: 1px solid scale-color($primary, $lightness: 95%); h3 { @@ -392,6 +392,7 @@ iframe { .post-action { float:right; + margin-right: 5px; } .post-action .relative-date { @@ -419,7 +420,6 @@ background-color: scale-color($danger, $lightness: 75%); border-radius: 4px; padding: 4px; margin: -4px 0 0 -4px; - background-color: lighten(yellow, 35%); } .username a { color: scale-color($primary, $lightness: 30%); }