From 42688acf6d625308e818033f4fb7f44e15e03867 Mon Sep 17 00:00:00 2001 From: Liz Henry Date: Fri, 9 Aug 2013 11:39:48 -0700 Subject: Bug 902590: Improve CSS on show_bug for the Sandstone skin --- extensions/InlineHistory/web/inline-history.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extensions/InlineHistory') diff --git a/extensions/InlineHistory/web/inline-history.js b/extensions/InlineHistory/web/inline-history.js index 0d38edf7f..a956f0337 100644 --- a/extensions/InlineHistory/web/inline-history.js +++ b/extensions/InlineHistory/web/inline-history.js @@ -128,7 +128,8 @@ var inline_history = { var itemHtml = '
' - + item[3] + item[2] + + item[3] + + '
' + item[2] + '
' + '
'; if (ih_activity_sort_order == 'oldest_to_newest') { -- cgit v1.2.3-24-g4f1b