From c356e33f638e02772972758385e5aa1fceca32c1 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Sun, 18 Aug 2013 18:15:46 +0200 Subject: [PATCH] Fix text decoration for action buttons. --- app/assets/stylesheets/single-post-view.css.sass | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/single-post-view.css.sass b/app/assets/stylesheets/single-post-view.css.sass index dbc12821c..816ba7c72 100644 --- a/app/assets/stylesheets/single-post-view.css.sass +++ b/app/assets/stylesheets/single-post-view.css.sass @@ -6,12 +6,16 @@ #head color: #aaa font-size: 12px - #author - .img - max-width: 25% - .avatar - .bd - padding-left: 10px + #author + .img + max-width: 25% + .avatar + .bd + padding-left: 10px + #single-post-actions + a:hover + text-decoration: none + border-right: solid 1px #ccc padding-right: 10px #body