summaryrefslogtreecommitdiffstats
path: root/extensions/InlineHistory
diff options
context:
space:
mode:
authorLiz Henry <lhenry@mozilla.com>2013-08-09 20:39:48 +0200
committerByron Jones <bjones@mozilla.com>2013-08-09 20:39:48 +0200
commit42688acf6d625308e818033f4fb7f44e15e03867 (patch)
treed6f9937be8fb77ff86ab0662f6c66522282e304f /extensions/InlineHistory
parent460ae51fc0e70dd2d7fcef4bdb92308269327f1d (diff)
downloadbugzilla-42688acf6d625308e818033f4fb7f44e15e03867.tar.gz
bugzilla-42688acf6d625308e818033f4fb7f44e15e03867.tar.xz
Bug 902590: Improve CSS on show_bug for the Sandstone skin
Diffstat (limited to 'extensions/InlineHistory')
-rw-r--r--extensions/InlineHistory/web/inline-history.js3
1 files changed, 2 insertions, 1 deletions
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 = '<div class="ih_history_item ' + containerClass + '" '
+ 'id="h' + i + '">'
- + item[3] + item[2]
+ + item[3]
+ + '<div class="ih_history_change">' + item[2] + '</div>'
+ '</div>';
if (ih_activity_sort_order == 'oldest_to_newest') {