From 0113e7f8920efbc17fc153ae5575661087e15eb0 Mon Sep 17 00:00:00 2001 From: Christopher Creighton Date: Wed, 17 Oct 2012 11:49:07 -0700 Subject: [PATCH] Prevent comment deletion link from breaking to a new line --- app/assets/stylesheets/errbit.css | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/app/assets/stylesheets/errbit.css b/app/assets/stylesheets/errbit.css index cef6c02..7078ed7 100644 --- a/app/assets/stylesheets/errbit.css +++ b/app/assets/stylesheets/errbit.css @@ -847,9 +847,11 @@ table.comment th span, table.comment th img { } table.comment th span.comment-info { line-height: 21px; + float: left; } table.comment img.gravatar { margin-right: 7px; + float: left; } table.comment tbody td { -- libgit2 0.21.2