Skip to content

Instantly share code, notes, and snippets.

@dtao
Created April 17, 2012 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dtao/2407491 to your computer and use it in GitHub Desktop.
Save dtao/2407491 to your computer and use it in GitHub Desktop.
Custom userChrome.css file to increase the font size in Thunderbird's thread tree
#threadTree treechildren {
font-size: 16pt;
}
#threadTree treechildren:-moz-tree-row {
border-bottom: 1px solid #E1E1E1;
height: 20pt !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment