huzidaha / react-naive-book

开源、免费、专业、简单的 React.js 在线教程

Home Page:http://huziketang.com/books/react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

index.css小疏忽

cpprookie opened this issue · comments

在加入 createdTime 那一版的css中

.comment-createdtime {
  padding-right: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  font-size: 12px;
}

padding-right 属性多余了 :)

准确地说, 是第25个md文件中引入的css链接。

感谢指出,有兴趣的话可以发个 PR