htdocs/css/boxer.css [116:124]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  min-width: 120px;
  content: "▲";
  color: white;
  font-size: 32px;
  position: absolute;
  top: -28px;
  left: 0;
  text-align: center;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



htdocs/css/boxer.scss [133:142]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            min-width: 120px;
            content: "▲";
            color: white;
            font-size: 32px;
            position: absolute;
            top: -28px;
            left: 0;
            text-align: center;

        }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



