Created
September 5, 2012 07:08
-
-
Save myaumyau/3632326 to your computer and use it in GitHub Desktop.
Gmail等幅フォント
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("mail.google.com") { | |
/* 本文 */ | |
div.ii>div { | |
font-family: monospace !important; | |
/* | |
font-size: 100% !important; | |
line-height: 120% !important; | |
width: 80ex !important; | |
*/ | |
} | |
/* 送信フォーム */ | |
div.At>textarea.Ak { | |
font-family: monospace !important; | |
/* | |
font-size: 100% !important; | |
line-height: 120% !important; | |
*/ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment