Hexo-theme-next: Mist主题如何使图片去除灰色边框

Created on 28 Jun 2016  ·  4Comments  ·  Source: iissnan/hexo-theme-next

插入图片后图片会存在灰色边框,看到/source/css/_variables/base.styl中可以将table的边框去除,但不知道对于图片如何处理

v6.x

Most helpful comment

..\source\css\_common\components\post\post-expand.styl Line 48

  img {
    box-sizing: border-box;
    margin: auto;
    padding: 3px;
    border: 1px solid $gray-lighter;
  }

All 4 comments

..\source\css\_common\components\post\post-expand.styl Line 48

  img {
    box-sizing: border-box;
    margin: auto;
    padding: 3px;
    border: 1px solid $gray-lighter;
  }

@Nirvanada dont understand u, write in English if not solved. If solved, close it please. Thank's!

I change border to none as @xovel said, it works on localhost but not on deploy??

NexT is rebased into organization repo.
If you want new feature, fix, or support, create new in NexT v6.x repo (desirable in English).

There is instructions on English or Chinese how to update from v5.1.x to v 6.0.x

You also may read this for details.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

liyuan989 picture liyuan989  ·  3Comments

LionWY picture LionWY  ·  3Comments

winterrain5 picture winterrain5  ·  4Comments

keltoy picture keltoy  ·  3Comments

ifgao picture ifgao  ·  4Comments