style/master.css [268:281]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  width: 300px;
}
.leadin li {
  list-style: none;
  margin: 9px 8px;
}
.leadin h1 {
  background: #fff;
  display: inline;
  padding: 2px 8px;
}
.leadin .button-container {
  bottom: 0;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



style/master.less [312:328]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    width: 300px;
}

.leadin li {
    list-style: none;
    margin: 9px 8px;
}

.leadin h1 {
    background: #fff;
    display: inline;
    padding: 2px 8px;
}

.leadin .button-container {
    bottom: 0;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



