From 6c7dde173388d20af282baf18ee296a94610a457 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 9 Feb 2014 15:48:36 +0100 Subject: [PATCH] Fix bugs introduced by #4754 --- app/assets/stylesheets/single-post-view.css.scss | 6 +++--- .../single-post-viewer/single-post-content_tpl.jst.hbs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/single-post-view.css.scss b/app/assets/stylesheets/single-post-view.css.scss index 075867ea8..828a3a87d 100644 --- a/app/assets/stylesheets/single-post-view.css.scss +++ b/app/assets/stylesheets/single-post-view.css.scss @@ -11,7 +11,7 @@ .info { color: lighten($text-grey,10%); font-size: 12px; - .post-time a { color: $grey; } + .post-time a { color: $text-grey; } .post_scope { margin-right: 5px; } .status-message-location { padding-top: 2px; @@ -25,7 +25,7 @@ padding-left: 10px; } } - .reshare { + .row-fluid.reshare { border-top: 1px solid lighten($border-grey,5%); padding-top: 10px; margin-top: 10px; @@ -40,7 +40,7 @@ margin-right: 8px; } .post-time a { - color: $grey; + color: $text-grey; display: block; font-size: 12px; } diff --git a/app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs b/app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs index b280983d2..52d3227aa 100644 --- a/app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs +++ b/app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs @@ -62,7 +62,7 @@ {{#if root}}
-
+
{{{personImage author 'small'}}} @@ -78,7 +78,7 @@
-
+
{{/if}}