Skip to content

Instantly share code, notes, and snippets.

@theshortcut
Created June 10, 2010 04:52
Show Gist options
  • Save theshortcut/432566 to your computer and use it in GitHub Desktop.
Save theshortcut/432566 to your computer and use it in GitHub Desktop.
Helvetireader fix for #current-entry
.entry .collapsed {
padding: 5px 1px !important;
}
.entry .collapsed .entry-main .entry-secondary {
height: 16px !important;
}
#current-entry.entry .collapsed {
padding: 4px 0px !important;
background: #f9f9f9 !important;
border: 1px solid #979797 !important;
border-radius: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment