style/master.css [792:819]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  body {
    /*        font-size: 14px;*/
  }
  .leadin img {
    left: -4px;
    width: 160px;
    height: 180px;
  }
  .leadin .text-block {
    left: 175px;
    top: 11px;
  }
  .leadin .wrap {
    height: 240px;
  }
  .leadin .button-container {
    bottom: -10px;
  }
  .button {
    font-size: 18px;
    background-position: 100% -181px;
    width: 200px;
    padding: 8px;
  }
  .download-list .version {
    width: 22%;
  }
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



style/master.less [884:911]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    body {
/*        font-size: 14px;*/
    }
    .leadin img {
        left: -4px;
        width: 160px;
        height: 180px;
    }
    .leadin .text-block  {
       left: 175px;
       top: 11px;
    }
    .leadin .wrap {
        height: 240px;
    }
    .leadin .button-container {
        bottom: -10px;
    }
    .button {
        font-size: 18px;
        background-position: 100% -181px;
        width: 200px;
        padding: 8px;
    }
    .download-list .version {
        width: 22%;
    }
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



