Grid layout for XFRM without Addon

Grid layout for XFRM without Addon

CSS:
.structItem-metaItem--lastUpdate dt,.structItem-metaItem--downloads dt{
  font-size:0px; }
.structItem-metaItem--downloads dd{
  margin-left:18px; }
.structItem-metaItem--downloads dt:before ,.structItem-metaItem--lastUpdate dt:before {
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute; }
.structItem-metaItem--downloads dt:before {
    margin-left: 0px;
  content: '\f019'; }
.structItem-metaItem--lastUpdate dt:before {
  content: '\f017';
  margin-left: -15px; }
Назад
Сверху Снизу