diff --git a/docs/getting-started.md b/docs/getting-started.md index 461ffff0b1..70d3cb57f3 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -119,7 +119,7 @@ Ant Design React 支持所有的现代浏览器和 IE8+。 ## 自行构建 -如果想自己维护工作流,推荐使用 [webpack](http://webpack.github.io/) 进行构建和调试,可以参考我们所使用的 [webpack 配置](https://github.com/ant-design/antd-build/blob/master/lib/webpack.common.config.js)。 +如果想自己维护工作流,我们推荐使用 [webpack](http://webpack.github.io/) 进行构建和调试,可以参考我们所使用的 [webpack 配置](https://github.com/ant-design/antd-build/blob/master/lib/webpack.common.config.js)。 ## 小甜点 diff --git a/site/static/style.css b/site/static/style.css index 1fdfb518f2..00dcb348dd 100644 --- a/site/static/style.css +++ b/site/static/style.css @@ -504,6 +504,10 @@ footer ul li > a { width: 80%; } +.highlight { + line-height: 1.5; +} + .markdown img { vertical-align: middle; }