Skip to content

Instantly share code, notes, and snippets.

@PercussiveRepair
Forked from fbrnc/gist:66f9753144a5ea8db0c1
Last active June 9, 2016 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save PercussiveRepair/bc06be089e48145497f1 to your computer and use it in GitHub Desktop.
Save PercussiveRepair/bc06be089e48145497f1 to your computer and use it in GitHub Desktop.
jenkins pipeline css
#build-pipeline-plugin-content {
background-color: none;
border-radius: 0;
}
#build-pipeline-plugin-content h1 {
display: none;
}
tbody.pipelineGroup {
background-color: #eee;
}
#side-panel{
visibility:none !important;
visibility: collapse;
width: 0 !important;
padding: 0 !important;
}
#main-panel{
margin-left: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment