Created
November 6, 2012 17:12
-
-
Save darioghilardi/4026088 to your computer and use it in GitHub Desktop.
MailPlane css styles to use Gmail with Preview Pane with a cleaner look
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
/* Remove first line preview of the message */ | |
.apB { | |
display: none; | |
} | |
/* Align priority inbox yellow elements */ | |
.apd { | |
padding: 0 2px 0 0; | |
} | |
/* Change sender styles */ | |
.yP { | |
font-family: "Helvetica Neue", arial, sans-serif; | |
font-weight: 200; | |
color: #777; | |
} | |
/* Remove third column elements */ | |
.Bu:nth-child(2) .nH { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just what i was looking for! how do i add this in gmail? do i need to use greasemonkey?