Closed
Bug 313461
Opened 19 years ago
Closed 18 years ago
bug title line font is too small
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: eyalroz1, Assigned: reed)
References
Details
Attachments
(2 files)
See attached screenshot. Note this isn't the same issue as in bug 313450 which is about the serifness.
Using seamonkey build from 2005-10-08.
Updated•19 years ago
|
Component: User Interface → Bugzilla: Other b.m.o Issues
Product: Bugzilla → mozilla.org
Version: 2.20 → other
Updated•19 years ago
|
Assignee: myk → justdave
QA Contact: default-qa → myk
Reporter | ||
Comment 1•19 years ago
|
||
attached the screeshot.
Comment 2•19 years ago
|
||
*** Bug 313579 has been marked as a duplicate of this bug. ***
Comment 3•19 years ago
|
||
serif pref set to Bitstream Vera Serif
sans pref set to Trebuchet
monospace pref set to Bitstream Vera Sans Mono
pref size of both set to 20px
It is a bit wierd to see h1, h2, and h3 all in one row set to the same size and only 100% size of the default, but I don't think it's actually "too small", but just unexpected to be no larger than it is. The form fonts OTOH seem rather randomly sized. In my general use SeaMonkey profile all 3 were actually much much larger, caused by my user stylesheet. I changed that to make the h1 & h2 on bugilla size "medium", and the h3 size "small" (with a 12.5em width limit).
Tweaking most sizes back to medium, and the h1 & h2 a bit larger (e.g. large), would probably be a good idea if you're going to leave them set to serif.
Something that would help on many systems if you're going to leave h1, h2 & h3 at medium would be to change the family from simply "serif" to "'bitstream vera serif', georgia, serif" so that many people will see some serif font larger than the generally diminuitive Times variants typically defaulted to.
Updated•19 years ago
|
Updated•18 years ago
|
Assignee: justdave → justdave
Comment 4•18 years ago
|
||
I don't plan to work on these at this point because the broader focus is now on trying to upgrade to Bugzilla 2.22, and it'll all have to be redone anyway to fit the 2.22 templates. But if someone else wants to show me what to patch on any of these I'll be happy to patch the current install between now and then.
Assignee: justdave → nobody
Reporter | ||
Comment 5•18 years ago
|
||
In https://bugzilla.mozilla.org/skins/standard/global.css ,
I think increasing the size in the following should work:
/* hide from NN4 */
div#header h2
{
float: left;
width: 70%;
text-align: center;
padding: 0.2em 1em 0.1em 0.1em;
}
#header h2
{
font-family: serif;
font-weight: normal;
font-size: 100%;
}
/* hide from MSIE and NN4 */
[id]#header h2
{
float: none;
width: auto;
text-align: left;
vertical-align: top;
}
although maybe there's another, more appropriate place.
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → reed
Assignee | ||
Comment 6•18 years ago
|
||
It's now nice and big.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•18 years ago
|
QA Contact: myk → reed
Updated•13 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•