diff options
author | guy.pyrzak%gmail.com <> | 2008-04-10 21:40:32 +0000 |
---|---|---|
committer | guy.pyrzak%gmail.com <> | 2008-04-10 21:40:32 +0000 |
commit | 82db8a0fdef47de50d969546e67afc6ab6b627cd (patch) | |
tree | e6034159437bf08c8489700ba05f4dfe263544a4 /template | |
parent | d06db94e9793766ba8b67fcf6602f6d87bd624d4 (diff) | |
download | bugs-82db8a0fdef47de50d969546e67afc6ab6b627cd.tar bugs-82db8a0fdef47de50d969546e67afc6ab6b627cd.tar.gz bugs-82db8a0fdef47de50d969546e67afc6ab6b627cd.tar.bz2 bugs-82db8a0fdef47de50d969546e67afc6ab6b627cd.tar.xz bugs-82db8a0fdef47de50d969546e67afc6ab6b627cd.zip |
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.tmpl | 4 |
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 %] |