How to make firefox tabs smaller
February 8, 2005 at 5:14 pm
How to make firefox tabs smaller… put the following in userchrome.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/* Shrink tab titles by 10% */
.tabbrowser-tabs .tab-text {
font-size: 90%;
}
/* make inactive tabs hardly visible
|
Similar Posts:
- How to make text smaller in Firefox
- Use Firefox
- Just over 1 Month to go
- Firefox Tricks and Tips
- Mac Mini
Popularity: 7% [?]
Tags: css, Firefox, make_tabs_smaller, userchrome.css




