Skip to content

Touch up with a few more things 😉 #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 10, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions translations/zh-CN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ ul > li:not(:last-child)::after {


<div id="select-items-using-negative-nth-child"></div>
### 使用负的 `nth-child` 选择元素
### 使用负的 `nth-child` 来选择元素

使用负的 `nth-child` 可以选择 1 至 n 个元素。

Expand Down Expand Up @@ -253,7 +253,7 @@ html {


<div id="equal-width-table-cells"></div>
### 格子等宽的表格
### 创造格子等宽的表格

`table-layout: fixed` 可以让每个格子保持等宽:

Expand Down Expand Up @@ -405,7 +405,7 @@ img:after {


<div id="use-rem-for-global-sizing-use-em-for-local-sizing"></div>
### 用 `rem` 来调整全局大小; 用 `em` 来调整局部大小
### 用 `rem` 来调整全局大小用 `em` 来调整局部大小

在根设置基本字体大小后 (`html { font-size: 16px; }`), 请设置为文本元素的字体大小 `em`:

Expand Down