Skip to content

Instantly share code, notes, and snippets.

@garrett
Created November 10, 2008 18:00
Show Gist options
  • Save garrett/23569 to your computer and use it in GitHub Desktop.
Save garrett/23569 to your computer and use it in GitHub Desktop.
userstyle for Google docs survey results, in a printable form (toggle it off to make it usable after printing)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("spreadsheets.google.com") {
#ss-body {
height: auto !important;
overflow: visible !important;
overflow-y: visible !important;
display: inline !important;
font-size: 0.9em;
}
html, body.g-doc {
overflow: auto !important;
display: inline !important;
}
#ss-header,
.ss-experimental-box,
#ss-top-nav,
#ss-footer {
display: none;
}
#charts {
border: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment