/* Custom style for CloudBees Jenkins Platform */
.logo img {
  content:url("http://www.bestwebs.org/logo.png");
}

.logo span {
  display: none;
}

.logo:after {
  content: 'Jenkins. My instance (powered by CJE)';
  font-weight: bold;
  font-size: 20px;
  position: relative;
  color: black;
  right: -370px;
  top: -28px;
  display: block;
  color: white;
  background-image: url("http://www.bestwebs.org/logo.png");
  background-position-x:right;
  background-position-y:top;
}
