RSS Git Download  Clone
Raw Blame History
.commit-list {
  list-style-type: none;
  li {
    padding: 8px 5px 8px 5px;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid lighten(@navbar-default-border, 5%);
    .meta {
      font-weight: normal;
      font-size: 14px;
      color: @gray-light;
    }
  }
  li:last-child {
    border-bottom: 0;
    margin-bottom: 25px;
  }
}