Skip to content

Instantly share code, notes, and snippets.

@danharr
Last active August 29, 2015 14:22
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 danharr/beef63f3d0267682ab9a to your computer and use it in GitHub Desktop.
Save danharr/beef63f3d0267682ab9a to your computer and use it in GitHub Desktop.
JIRA CSS
//for Confluence objective pages, increases fonts in tables
$('.confluenceTd').css("font-size", "28px");
//for JIRA Agile board
d3.selectAll(".ghx-parent-key").style("font-size","25px");
d3.selectAll(".ghx-summary").style("font-size","20px");
d3.select("#ghx-detail-view").style("width","600px");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment