#header h1:before {
  content: '';
}

#header h1 {
  background: url('../images/logo.png') left bottom no-repeat;
  padding-left: 184px;
  margin-left: 10px;
}

#header h1 .breadcrumbs {
  font-size: inherit;
}

a[href$=".git"] {
  background: url('../images/git.png') left center no-repeat;
  padding-left: 64px;
  padding-top: 8px;
  padding-bottom: 8px;
}

a[href$=".git"]:before {
  display: none;
}

div#projects-index div.wiki.description a[href$=".git"] {
  display: none;
}

#sidebar a.selected {
  padding: inherit;
}

#sidebar a.repository:before {
  font-family: "icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e62c";
  color: #3498db;
  margin-right: .2em;
}

#sidebar a.repository.selected:before {
  content: "\e62d";
  color: #e74c3c;
} 
