From 9a4e5c04d95fdb92b193d500ea5d727e434cfe6f Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 29 Jan 2015 12:08:24 -0500 Subject: [PATCH] Fix weird indentation in CSS file --- app/assets/stylesheets/desktop/topic-post.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index c7bbd7c6faa..576d2f2d8fe 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -527,10 +527,10 @@ video { .extra-info-wrapper { overflow: hidden; -.star, .badge-wrapper, i, .topic-link:not(.loading) { - -webkit-animation: fadein .7s; - animation: fadein .7s; -} + .star, .badge-wrapper, i, .topic-link:not(.loading) { + -webkit-animation: fadein .7s; + animation: fadein .7s; + } .topic-statuses { i { color: $header_primary; }