How to make firefox tabs smaller
| 8/2/2005 | Posted by Pete under General |
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
- Firefox
- Firefox Tricks and Tips
- The almost compulsory Google Chrome post
- Use Firefox
If you enjoyed this post, make sure you subscribe to my RSS feed!
Recent Comments