Created
April 17, 2012 16:59
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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