Commit 82db8a0f authored by guy.pyrzak%gmail.com's avatar guy.pyrzak%gmail.com

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
parent d06db94e
...@@ -666,9 +666,9 @@ ...@@ -666,9 +666,9 @@
<div id="bz_restrict_group_visibility_help"> <div id="bz_restrict_group_visibility_help">
<b>Only users in all of the selected groups can view this [% terms.bug %]:</b> <b>Only users in all of the selected groups can view this [% terms.bug %]:</b>
<br> <br>
<font size="-1"> <small>
(Unchecking all boxes makes this a more public [% terms.bug %].) (Unchecking all boxes makes this a more public [% terms.bug %].)
</font> <small>
</div> </div>
[% END %] [% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment