]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 427236 Ð Different font sizes used in the group restrictions section of show_bug.cgi
authorguy.pyrzak%gmail.com <>
Thu, 10 Apr 2008 21:40:32 +0000 (21:40 +0000)
committerguy.pyrzak%gmail.com <>
Thu, 10 Apr 2008 21:40:32 +0000 (21:40 +0000)
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

template/en/default/bug/edit.html.tmpl

index 2b70b03a38a3edfbb0dfd06c8f8b538bb6347404..631de7519d26a117a3c7d5bf7a5af5710cdb2ba1 100644 (file)
             <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 %]