Skip to content

Instantly share code, notes, and snippets.

@leafnode
Created June 5, 2014 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leafnode/426f19c7837eeb8b181f to your computer and use it in GitHub Desktop.
Save leafnode/426f19c7837eeb8b181f to your computer and use it in GitHub Desktop.
$('.voting-abstract').remove();
$('.voting-item').css( {
'margin': '0 0 10px 0',
'display': 'inline-block',
'width': '177px'
});
$('.voting-title').css( {
'height': '48px',
'overflow': 'hidden',
'white-space': 'nowrap',
'text-overflow': 'ellipsis'
});
$('.voting-item:nth(18)').css({ 'border-right': '3px red solid', 'border-bottom': '3px red solid'} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment