Skip to content

Instantly share code, notes, and snippets.

Created February 21, 2013 19:11
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 anonymous/5007241 to your computer and use it in GitHub Desktop.
Save anonymous/5007241 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("jenkins.yelpcorp.com") {
.SUCCESS *, .SUCCESS {
background-color: #333 !important;
color: #DEDEDE !important;
font-weight: 200 !important;
}
.FAILURE *, .FAILURE {
background-color: #a00 !important;
color: #DEDEDE !important;
font-weight: 200 !important;
}
.jobtitle {
padding: 0 !important;
padding-bottom: -10px !important;
}
body {
background-color: #333 !important;
}
div.job {
width: 33% !important;
height: 32px !important;
padding: 0px;
padding-top: 1px;
}
div.jobdate {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment