Literally giant. Status bar, URL bar, personal toolbar, and prefs all
have bigger fonts in 2002102008 than they had in yesterday's trunk. This
has scaled the prefs window so large that it won't fit on a 1024 x 768
screen, so prefs cannot be changed via the UI except by manipulating the
prefs window position with the keyboard.

I closed Mozilla and manually edited prefs.js. I replaced all instances
of Times New Roman MT 30, which I have no idea how got there. I also
stripped all Courier, replacing with Helv. Then I reopened and went into
prefs -> fonts and adjusted the fonts again, then manipulated the window
with the keyboard to save.

On next open of prefs, the prefs window was just slightly smaller than
the screen. The fonts sizes for toolbar, status bar, etc remain
unchanged. It looks like the font in use is System VIO. 

I've been fooling with fonts, as indicated upthread. I've also been
trying to learn CSS, and start to convert some of my web site to use
CSS. This all seems to affect only Mozilla, leaving 2.02 and 4.61
working just as they were. I tried going back to 2002101908. That didn't
fix anything, and neither did 2002101709. The prefs window looks to be
roughly 900 X 750 pixels.

I was playing with the two files attached yesterday, but only after
installing today's build were the toolbar etc fonts and prefs window
affected.
-- 
"To fear the Lord is to hate evil. . . ."              Proverbs 8:13 NIV

 Team OS/2 ** Reg. Linux User #211409

Felix Miata  ***  http://members.ij.net/mrmazda/
/* Kill icons on normal bookmarks */
toolbarbutton.bookmark-item:not(.bookmark-group):not([type="menu"])
> .toolbarbutton-icon {
        display: none;
}

toolbarbutton.bookmark-item {
        margin-left: 1px !important;
        margin-right: 1px !important;
}

/* Kill normal bookmark icons in the bookmarks menu */
menuitem.bookmark-item > .menu-iconic-left {
        display: none;
}

/* Kill only default tabbrowser icons (no site icon) */
.tabbrowser-tabs *|tab:not([image]) .tab-icon {
        display: none;
}
textarea {
    font: medium System Monospaced;
}
input {
   font: medium System Monospaced;
}

Reply via email to