summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorguy.pyrzak%gmail.com <>2008-04-10 23:40:32 +0200
committerguy.pyrzak%gmail.com <>2008-04-10 23:40:32 +0200
commit82db8a0fdef47de50d969546e67afc6ab6b627cd (patch)
treee6034159437bf08c8489700ba05f4dfe263544a4 /template
parentd06db94e9793766ba8b67fcf6602f6d87bd624d4 (diff)
downloadbugzilla-82db8a0fdef47de50d969546e67afc6ab6b627cd.tar.gz
bugzilla-82db8a0fdef47de50d969546e67afc6ab6b627cd.tar.xz
Bug 427236 Ð Different font sizes used in the group restrictions section of show_bug.cgi
Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat Patch changes the font size of the group area to be the same for both by changing the font size to both use the <small> tag
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/edit.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 2b70b03a3..631de7519 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -666,9 +666,9 @@
<div id="bz_restrict_group_visibility_help">
<b>Only users in all of the selected groups can view this [% terms.bug %]:</b>
<br>
- <font size="-1">
+ <small>
(Unchecking all boxes makes this a more public [% terms.bug %].)
- </font>
+ <small>
</div>
[% END %]