summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-05-12 15:35:45 +0200
committerByron Jones <glob@mozilla.com>2015-05-12 15:35:45 +0200
commit0215f11d5c734cb818ed7b988b8f73e745e45179 (patch)
tree7d2c7f9b769bfa560aab4f0590597a52378ce438 /skins
parentb7afadc6edb7a8f25acafaf08bd611b8ad5892ab (diff)
downloadbugzilla-0215f11d5c734cb818ed7b988b8f73e745e45179.tar.gz
bugzilla-0215f11d5c734cb818ed7b988b8f73e745e45179.tar.xz
Bug 1146770: implement comment preview
Diffstat (limited to 'skins')
-rw-r--r--skins/contrib/Mozilla-OpenSans/global.css2
-rw-r--r--skins/contrib/Mozilla/global.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/contrib/Mozilla-OpenSans/global.css b/skins/contrib/Mozilla-OpenSans/global.css
index a6c82deb8..044e631b6 100644
--- a/skins/contrib/Mozilla-OpenSans/global.css
+++ b/skins/contrib/Mozilla-OpenSans/global.css
@@ -462,7 +462,7 @@ table.edit_form hr {
margin: 0 0 20px;
}
-.bz_comment pre, #comment {
+.bz_comment pre, #comment, #comment-preview {
font: 13px/1.2 "Droid Sans Mono", Menlo, Monaco, "Courier New", Courier, monospace;
}
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css
index fd3288cc1..832d7f162 100644
--- a/skins/contrib/Mozilla/global.css
+++ b/skins/contrib/Mozilla/global.css
@@ -505,7 +505,7 @@ table.edit_form hr {
margin: 0 0 20px;
}
-.bz_comment pre, #comment {
+.bz_comment pre, #comment, #comment-preview {
font: 13px/1.2 "Droid Sans Mono", Menlo, Monaco, "Courier New", Courier, monospace;
}