style/master.css [131:143]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
.button label {
  display: block;
  font-size: 0.5em;
  height: 16px;
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



style/master.less [160:172]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.button label {
    display: block;
    font-size: 0.5em;
    height: 16px;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



