Skip to content

Instantly share code, notes, and snippets.

@garrettheel
Last active November 20, 2015 16:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garrettheel/5f75ed19045d105cc9bc to your computer and use it in GitHub Desktop.
Save garrettheel/5f75ed19045d105cc9bc to your computer and use it in GitHub Desktop.
jenkins delivery pipeline custom css
.pipeline-cell {
padding-bottom: 15px;
}
.pipeline-component {
margin-bottom: 10px;
}
section.pipeline-component > h1 {
padding: 2px 2px 2px 5px;
background: #d1edf0;
}
section.pipeline-component h2 {
font-weight: normal;
color: #666;
}
.task-manual {
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment