Skip to content

Instantly share code, notes, and snippets.

@dblessing
Created June 11, 2014 20:50
Show Gist options
  • Save dblessing/9a4487216c926e0f317a to your computer and use it in GitHub Desktop.
Save dblessing/9a4487216c926e0f317a to your computer and use it in GitHub Desktop.
jenkins sample css
body, p, table, tr, td, strong, h1, h2, h3, h4, h5, h6, blockquote, li {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a, a:visited, a:active, a:hover, a:link {
text-decoration: none;
}
#top-panel {
background-image: none;
background: black;
}
#top-panel img:first-child {
display:none;
}
#search-box {
margin-top: 8px;
}
#main-table {
background: none;
background-image: none;
background-position: bottom left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment