Help - Search - Members - Calendar
Full Version: Firefox tab font size.
Neowin Forums > Help & Discussion Center > Software Discussion & Assistance > Web Browser Discussion > Firefox (Gecko)
eNeon
Hey! so, is there some way to change tab font size, like editing userchrome.css or something? smile.gif
Jimmie
Add this to userChrome.css:
CODE
tab {
  font-size: 12px !important
}
eNeon
=I It didn't help. hmm.gif
Jimmie
See if this works:
CODE
tab .tab-text {
  font-size: 12px !important;
}


You'll probably have to adjust the value to get the right size.

http://kb.mozillazine.org/UserChrome.css
eNeon
Yes it works, thank u! smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.