Skip to content

Instantly share code, notes, and snippets.

@mgerlach-klick
Created July 13, 2015 18:59
Show Gist options
  • Save mgerlach-klick/c2d7c1d53ffd210d10be to your computer and use it in GitHub Desktop.
Save mgerlach-klick/c2d7c1d53ffd210d10be to your computer and use it in GitHub Desktop.
Make Genome so I can actually see what's going on
@-moz-document domain('genome.klick.com') {
body, html {
font-size: 10pt;
/*line-height: 1.4;*/
font-family: Arial,sans-serif;
}
div.dashboard-grids .grid, div.dashboard-grids input, div.dashboard-grids textarea {
font-family: Arial,sans-serif;
font-size: 10pt;
}
.grid.sensei-os .sensei-table td {
padding-bottom: 5px;
padding-top: 5px;
}
.chatter .chatter-post .chatter-post-content, .chatter .chatter-post .chatter-post-kudo-type, .chatter .chatter-post .chatter-post-comment {
font-size: 10pt;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment