Created
August 18, 2011 23:37
-
-
Save epicdaze/1155554 to your computer and use it in GitHub Desktop.
#gmail - larger labels #stylish
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
/* make labels larger in gmail when using "Preview (Dense)" theme */ | |
/* main view */ | |
.ar {font-size: 11px !important;} | |
/* single view */ | |
.ha .cf .hM {font-size: 11px !important;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment