From 6e0b351d705b3f96b0aab6884f8659cc1f0d5c65 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Sun, 26 Feb 2012 14:23:47 -0800 Subject: [PATCH] remove repetitive clock icon from the post viewer. --- .../app/templates/post-viewer/author.handlebars | 1 - public/stylesheets/sass/new-templates.scss | 9 ++------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/public/javascripts/app/templates/post-viewer/author.handlebars b/public/javascripts/app/templates/post-viewer/author.handlebars index 3b4eb0a8c..7ea58254f 100644 --- a/public/javascripts/app/templates/post-viewer/author.handlebars +++ b/public/javascripts/app/templates/post-viewer/author.handlebars @@ -17,7 +17,6 @@ {{/if}}
-
diff --git a/public/stylesheets/sass/new-templates.scss b/public/stylesheets/sass/new-templates.scss index 80b1b4e78..b39d60d93 100644 --- a/public/stylesheets/sass/new-templates.scss +++ b/public/stylesheets/sass/new-templates.scss @@ -175,7 +175,8 @@ $large-type: 40px; } .note-content { - width: 550px; + min-width: 350px; + max-width: 550px; padding-bottom: 50px; display: inline-block; text-align: left; @@ -381,12 +382,6 @@ body.idle { color: #000; @include opacity(0.5); } - - .post-vitals { - span { - padding-right: 8px; - } - } } #post-interactions {