Skip to content

Instantly share code, notes, and snippets.

@darioghilardi
Created November 6, 2012 17:12
Show Gist options
  • Save darioghilardi/4026088 to your computer and use it in GitHub Desktop.
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
/* 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;
}
@brettjashford
Copy link

just what i was looking for! how do i add this in gmail? do i need to use greasemonkey?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment